Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why isn't my character changing appearance? [closed]

Asked by
Akozta 40
10 years ago

This question already has an answer here:

Why doesn't the player change appearance?
01local plr = game.Players.LocalPlayer
02local button = script.Parent
04local teleportLocation = CFrame.new(240.2, 0.5, -246.4)
05 
06 
07function Click()
08    plr.CharacterAppearance = appearance
09    plr.Character.Torso.CFrame = teleportLocation
10end
11 
12button.MouseButton1Down:connect(Click)
0
anyone? Akozta 40 — 10y

Marked as Duplicate by NotsoPenguin and evaera

This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.

Why was this question closed?