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
|
|
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
|
|
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
|
|
Joined: 16 Jan 2021 |
Total Posts: 69 |
|
|
Re: Teleport Script
Posted: 25 Jan 2021 21:52 PM
|
bookmarking |
|
|
Report Abuse |
|
|
Re: Teleport Script
Posted: 01 Feb 2021 22:42 PM
|
interesting for the devs |
|
|
Report Abuse |
|
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 |
|