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

[Solved] How to make proximity prompt teleport you??

Asked by 1 year ago
Edited 1 year ago

I scrapped my gui idea and made a proximity prompt idea instead Scroll down to see my answer

1 answer

Log in to vote
0
Answered by 1 year ago
Edited 1 year ago

I scrapped my gui idea and instead made a proximity prompt teleport system this what I did:

local Proximityprompt = script.Parent
ProximityPrompt.Triggered:Connect(function(player)
player.Character.HumanoidRootPart.Position = workspace.PartNameToTeleportTo.Position
Ad

Answer this question