Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [A RESPAWN CHAT BUTTON] (Only one I can script...)
- Below is a script so when you say in a ROBLOX chat !respawn it resets your avatar/character.
- function onChatted (msg, speaker)
- local source = string.lower (speaker.Name)
- msg = string.lower (msg)
- if msg == "!respawn" then
- speaker:LoadCharacter ()
- end
- end
- ⬆️ 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