Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --This works only with players who resets
- --This does not work on script builders
- --to make it work make it false
- player= game.Players.LocalPlayer
- --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
- player.CanLoadCharacterAppearance = false
- player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=0" --< turns you into a noob, which you can change
- -- > V for both scripts and local script V <
- --[[ This works only for scripts and local scripts and thats it, do not ever ever use the same code
- player= game:GetService("Players").LocalPlayer
- player.CanLoadCharacterAppearance = true
- player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=0"
- ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement