exploit43262

Untitled

Jul 29th, 2022
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. while wait() do
  2. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(16, "public")
  3. wait()
  4. for i,v in pairs(game.Players:GetPlayers()) do
  5. if v.Name ~= game.Players.LocalPlayer.Name then
  6. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(30, v)
  7. end
  8. end
  9. end
Add Comment
Please, Sign In to add comment