Advertisement
DrawingJhon

Move

May 28th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(player)
  2. player.Chatted:Connect(function(msg)
  3. if msg == "re" then
  4. player:LoadCharacter()
  5. end
  6. end)
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement