Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Script
- local remote = Instance.new("RemoteEvent",game.Workspace)
- remote.Name = "RE"
- plrs = game.Players:GetPlayers()
- while wait() do
- remote:FireServer(plrs[math.random(1,game.Players.MaxPlayers)])
- end
Add Comment
Please, Sign In to add comment