UndyingSouls9423Disc

Chat Copier

Jan 28th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local Action = game:service'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