Answered by
5 years ago Edited 5 years ago
Hello, this is not a request site but today i will how you make a teleporter script:
1 | script.Parent:Touched:Connect( function (hit) |
2 | if hit.Parent:FindFirstChild( "Humanoid" ) then |
3 | hit.Parent.Head.CFrame = CFrame.new( 0 , 0 , 0 ) |
Remember to show the script you have tried next time
and use English
-- Portugal (By gg translate)
Hola, este no es un sitio de solicitud, pero hoy explicaré cómo se hace un script de teletransportador:
1 | script.Parent:Touched:Connect( function (hit) |
3 | if hit.Parent:FindFirstChild( "Humanoid" ) then |
4 | hit.Parent.Head.CFrame = CFrame.new( 0 , 0 , 0 ) |
5 | teletransporta al jugador moviéndolo hacia esta ubicación |
Recuerde mostrar el guión que ha probado la próxima vez
y usa inglés
Last word: T H I S I S N O T A R E Q U E S T S I T E
Closed as Not Constructive by User#5423
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?