kingkoolie

Untitled

Aug 27th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. -- Script
  2. local remote = Instance.new("RemoteEvent",game.Workspace)
  3. remote.Name = "RE"
  4. plrs = game.Players:GetPlayers()
  5. while wait() do
  6. remote:FireServer(plrs[math.random(1,game.Players.MaxPlayers)])
  7. end
Add Comment
Please, Sign In to add comment