Advertisement
chrisssss

Read People’s PM’s on ROBLOX! (Script)

Oct 26th, 2019
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. -- I got no clue who made this, please tell me on discord if you know --
  2.  
  3. -- Uploaded by Chris --
  4. -- chrisss#0001 --
  5.  
  6. local Action = game.Players:GetPlayers()
  7.   for i = 1,#Action do
  8. Action[i].Chatted:connect(function(Message)
  9.   game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("".."["..Action[i].Name.."]".." "..Message, "All")
  10.   end)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement