Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Action = game.Players:GetPlayers()
- for i = 1,#Action do
- Action[i].Chatted:connect(function(Message)
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("".."["..Action[i].Name.."]".." "..Message, "All")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement