Advertisement
Seadoke

Anyone

Apr 4th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. ----Made by robloxman2212
  2.  
  3. function onChatted(msg, recipient, speaker)
  4.  
  5.  
  6.  
  7. local source = string.lower(speaker.Name)
  8.  
  9.  
  10. if (string.sub(msg,1,4) == "try/") then
  11. speaker.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..string.sub(msg,5)
  12. speaker.Character:BreakJoints()
  13. end
  14.  
  15.  
  16.  
  17. end
  18.  
  19. function onPlayerEntered(newPlayer)
  20. newPlayer.Chatted:connect(function(msg, recipient) onChatted(msg, recipient, newPlayer) end)
  21. end
  22.  
  23. game.Players.ChildAdded:connect(onPlayerEntered)
  24.  
  25.  
  26. --NUU I didn't copy this! this was made by YOSHISLAYER. If claimed as yours I will beat you up.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement