Hi, I have a proximity prompt teleporter inside my game. Every few weeks, it stops working. Why is this?
Here is a video of what’s happening:
Click here for the video
In the past, I have changed the part name to make it work, but it only works for some time and then it stops working. When I change the name, I have to try TONS of them in order to make it work
Does anybody know what could be wrong?
Here is my script:
ProximityPrompt.Triggered:Connect(function(player)
player.Character.HumanoidRootPart.Position = workspace.PartF2B3.Position
end)
In the past, I have changed the part name to make it work, but it only works for some time and then it stops working. When I change the name, I have to try TONS of them in order to make it work
Does anybody know what could be wrong?
(PartF2B3 is a part that it is teleporting to)