01 | local plr = game.Players.LocalPlayer |
02 | local button = script.Parent |
03 | local appearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=13645" |
04 | local teleportLocation = CFrame.new( 240.2 , 0.5 , - 246.4 ) |
05 |
06 |
07 | function Click() |
08 | plr.CharacterAppearance = appearance |
09 | plr.Character.Torso.CFrame = teleportLocation |
10 | end |
11 |
12 | button.MouseButton 1 Down: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?