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
9 years ago

This question already has an answer here:

Why doesn't the player change appearance?
local plr = game.Players.LocalPlayer
local button = script.Parent
local appearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=13645"
local teleportLocation = CFrame.new(240.2, 0.5, -246.4) 


function Click()
    plr.CharacterAppearance = appearance
    plr.Character.Torso.CFrame = teleportLocation 
end

button.MouseButton1Down:connect(Click)
0
anyone? Akozta 40 — 9y

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?