Advertisement
Animescapetower

Untitled

Apr 21st, 2018
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. --This works only with players who resets
  2.  
  3. --This does not work on script builders
  4.  
  5.  
  6. --to make it work make it false
  7. player= game.Players.LocalPlayer
  8.  
  9. --This is also better then roblox's wiki version of the character appearence changer accept it's in local script, and this may work tho
  10.  
  11. player.CanLoadCharacterAppearance = false
  12.  
  13. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=0" --< turns you into a noob, which you can change
  14.  
  15.  
  16.  
  17.  
  18. -- > V for both scripts and local script V <
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. --[[ This works only for scripts and local scripts and thats it, do not ever ever use the same code
  28. player= game:GetService("Players").LocalPlayer
  29.  
  30.  
  31.  
  32. player.CanLoadCharacterAppearance = true
  33.  
  34. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=0"
  35. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement