How To Make A Proximity Prompt Teleporter

Описание к видео How To Make A Proximity Prompt Teleporter

In This Video I Will Show You How To Make A Proximity Prompt Teleporter
script:
--try not to use this, if you have to then sure, but i reccomend learning
local proximityprompt = script.Parent
proximityprompt.Triggered:Connect(function(player)
player.Character.HumanoidRootPart.Position = workspace.Destination.Position --Change "Destination" to the part you want to be teleported to (Make sure it is in workspace and not in any group)
end)

OR

https://web.roblox.com/library/configure?i...

Комментарии

Информация по комментариям в разработке