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)
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?