Why won't this work?
wait(1) player = game.Players.LocalPlayer button = script.Parent function SuperPart() torso = player.Character.Torso torso.CFrame = game.Workspace.SuperPart.CFrame end button.MouseButton1Click:connect(SuperPart)
wait(1) player = game.Players.LocalPLayer button = script.Parent function SuperPart() torso = player.Character.Torso player.Character:MoveTo(Vector3.new(game.Workspace.SuperPart.Position)) end button.MouseButton1Click:connect(SuperPart)
Hope I helped! I was told to explain. Okay, I nade it so when the button is clicked. It'll move a model to the put position.