HOW TO MAKE A PLAYER TELEPORT WHEN A PART IS TOUCHED 🛠️ Roblox Studio Tutorial

Описание к видео HOW TO MAKE A PLAYER TELEPORT WHEN A PART IS TOUCHED 🛠️ Roblox Studio Tutorial

In todays video I show you how to make a player teleport when a part is touched. I Hope you enjoyed the video, Have a lovely rest of your day! If you are a bit confused what to do, Feel free to message me on Discord and Ill help you out!

If you would like to support me even more, Super Thanks is also another way to show your appreciation!

🌟 Floppys Discord Server:   / discord  

Script:

script.Parent.Touched:Connect(function(Player)
local humanoid = Player.Parent:WaitForChild("Humanoid")
if humanoid then
Player.Position = game.workspace.YourPart.Position -- Depending what your exit part is called, Change the "YourPart" to whatever your part is called.
end
end)

🌟 Floppys Roblox Game : https://www.roblox.com/games/11301003...

Roblox Studio Tutorial
Roblox Studio
Studio Tutorials

Комментарии

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