Advertisement
markizunkot

Untitled

Dec 30th, 2024
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. local prefix = ";" -- put prefix
  2. local cmdName = "char all TeAmMaRkIzIChEs" --input cmd name
  3.  
  4. for i,v in pairs(game.Players:GetPlayers()) do
  5. local args= {
  6. [1] = prefix..cmdName.." "..v.Name
  7. }
  8.  
  9. game:GetService("ReplicatedStorage"):WaitForChild("HDAdminClient"):WaitForChild("Signals"):WaitForChild("RequestCommand"):InvokeServer(unpack(args))
  10. wait(10000)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement