I tried
Player = game.Players.LocalPlayer Player.CanLoadCharacterAppearance = false
But it doesnt work,It loads with the character appearance,Please help?
You have it scripted correctly. Is the localscript inside the StarterGui? You should also know that you must respawn the player for the changes to take in effect. So try:
Player = game.Players.LocalPlayer Player.CanLoadCharacterAppearance = false Player:LoadCharacter()