Advertisement
BenjaminPlays

!respawn command -ROBLOX

Sep 29th, 2020 (edited)
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. [A RESPAWN CHAT BUTTON] (Only one I can script...)
  2.  
  3. Below is a script so when you say in a ROBLOX chat !respawn it resets your avatar/character.
  4.  
  5. function onChatted (msg, speaker)
  6. local source = string.lower (speaker.Name)
  7. msg = string.lower (msg)
  8. if msg == "!respawn" then
  9. speaker:LoadCharacter ()
  10. end
  11. end
  12.  
  13. ⬆️ Just copy and paste above, then to go workspace and insert a script NOT local script. ⬆️
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement