while wait() do local args = { [1] = "Roll", [2] = "Weapons" } game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("UIAction"):FireServer(unpack(args)) end