kingkoolie

Untitled

Aug 27th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. -- Script
  2. local remote = Instance.new("RemoteEvent",game.Workspace)
  3. remote.Name = "RE"
  4. plrs = game.Players:GetPlayers()
  5. game.Players.PlayerAdded:connect(function(Player)
  6. repeat wait() until workspace:FindFirstChild("ChatMaking")
  7. remote:FireServer(plrs{math.random(1,game.Players.MaxPlayers)})
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment