Home   Search   Register  
Help Center  > Scripting Help  > Teleport Script  
 
Display using:  
Previous Thread :: Next Thread 
 Author  Thread: Teleport Script
Mlaofmd is offline. Last active: 11/4/2024 12:31:47 PM Mlaofmd
Joined: 19 Jan 2021
Total Posts: 7
 
Teleport Script
Posted: 21 Jan 2021 12:55 PM
Hi guys im make this script teleporting
all you have to do is change the numbers in Vector3.new(0, 0, 0) to whatever position:


Script = script.Parent
Tele = Vector3.new(0, 0, 0) --replace the numbers with whatever position

function Teleport(playertouch)
if playertouch.Parent.Humanoid.Health > 0 then
playertouch.Parent:MoveTo(Tele)
end
end

Script.Touched:connect(Teleport)
Report Abuse
boomix is offline. Last active: 2/19/2021 4:19:56 AM boomix
Joined: 18 Jan 2021
Total Posts: 39
 
Re: Teleport Script
Posted: 21 Jan 2021 13:06 PM
if you find somewhere to use this it seems pretty useful.
good job
Report Abuse
Kaydoom is offline. Last active: 1/26/2021 1:31:34 PM Kaydoom
Joined: 20 Jan 2021
Total Posts: 123
 
Re: Teleport Script
Posted: 21 Jan 2021 15:58 PM
explain how it works bruh
Report Abuse
mitchell is offline. Last active: 2/18/2021 2:41:38 PM mitchell
Joined: 16 Jan 2021
Total Posts: 69
 
Re: Teleport Script
Posted: 25 Jan 2021 21:52 PM
bookmarking
Report Abuse
aaaagoodgames is offline. Last active: 11/18/2024 7:46:35 AM aaaagoodgames
Joined: 29 Jan 2021
Total Posts: 1108
 
Re: Teleport Script
Posted: 01 Feb 2021 22:42 PM
interesting for the devs
Report Abuse
blocks404 is offline. Last active: 8/19/2024 3:43:52 PM blocks404
Joined: 21 Jan 2021
Total Posts: 194
 
Re: Teleport Script
Posted: 02 Feb 2021 17:41 PM
I am not a fool. But I am sure that the line " if player.touch.Parent " thing is to kill your character not actual teleport.
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
GoodBlox Forum  > Help Center  > Scripting Help  > Teleport Script