thekingofnoobgod45

Chat troll xd

Feb 12th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local Action = game.Players:GetPlayers()
  2. for i = 1,#Action do
  3. Action[i].Chatted:connect(function(Message)
  4. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("".."["..Action[i].Name.."]".." "..Message, "All")
  5. end)
  6. end
Add Comment
Please, Sign In to add comment