ROBLOX STUDIO HOW TO MAKE TELEPORTER!

ROBLOX STUDIO HOW TO MAKE TELEPORTER!

BlackHoleLabs

2 года назад

52,373 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

saltking
saltking - 14.02.2023 04:01

not sure if anyone here will ever see this but if you go to properties on the script itslef and change it from legacy to server, you can use the teleporter as much as you want without it breaking

Ответить
VisedHarmony176
VisedHarmony176 - 25.10.2023 09:35

Thank you for pudding the script in the description so you can just copy and paste not many people do for some reason

Ответить
Mendoza The Vyonder 2023
Mendoza The Vyonder 2023 - 16.10.2023 13:12

IT DID NOT WORK!

Ответить
ROBLOX Searcher
ROBLOX Searcher - 30.09.2023 13:10

Thanks for the tutorial! I really wanted to know how to teleport in-game. Hope others ind this torial helpful :)

Ответить
petrica tita
petrica tita - 09.09.2023 15:39

Not Working!

Ответить
Marmello11
Marmello11 - 05.09.2023 00:13

W BEST PERSON THAT MAKES TUTORIALS!!

Ответить
Colleen Greto
Colleen Greto - 01.09.2023 15:17

it doesnt work for me

Ответить
Xx_Humbuzz_xX
Xx_Humbuzz_xX - 26.08.2023 00:04

Is there any way to add a sound every time i use the teleporter?

Ответить
daviRBX
daviRBX - 16.08.2023 05:33

what needs to be locked?

Ответить
Lav3xity
Lav3xity - 28.07.2023 03:41

i followed every step but it still didnt work....?

Ответить
DemDev
DemDev - 12.07.2023 21:26

this code is so fucking messy its so hard to understand wtf

Ответить
A
A - 01.07.2023 01:32

local Teleport = "teleport2"

function Touch (hit)

if script.Parent. Locked false and script.Parent. Parent: FindFirstChild(Teleport). Locked false then

script. Parent. Locked

= true script.Pare

local Pos script. Parent.Parent: FindFirstChild(Teleport)

hit.parent:moveTo(Pos. Position) wait(1)script.Parent. Locked= false script.Parent.Parent:FindFirstChild(Teleport).Locked false

end

end

script.Parent.Touched; connect(Touch)

Ответить
vinc nath
vinc nath - 17.06.2023 15:43

We don't see what you're doing

Ответить
Giorgio From Giorgio Cool Days
Giorgio From Giorgio Cool Days - 15.06.2023 17:13

Thanks, needed this for my new game.

Ответить
𝔹𝕣𝕚𝕔𝕜_ 𝕊𝕙𝕚𝕒𝕠𝕝𝕠𝕘𝕪
𝔹𝕣𝕚𝕔𝕜_ 𝕊𝕙𝕚𝕒𝕠𝕝𝕠𝕘𝕪 - 03.06.2023 14:39

Hey question can I put a timer on this

Ответить
⛄️David BazUuki🎅
⛄️David BazUuki🎅 - 28.05.2023 18:45

I anchored it and make it long but it won’t worm

Ответить
Quest
Quest - 28.05.2023 18:25

the code doesnt work properly , i does teleport but it teleports so high that u die

Ответить
JumpStart
JumpStart - 20.05.2023 10:26

really appreciate this, short and snappy, just what I wanted

Ответить
Gato
Gato - 12.05.2023 22:30

local Teleport = "teleport2"
function Touch (hit)
if script.Parent.Locked == false and script.Parent.Parent : FindFirstChild(Teleport).Locked == false then script.Parent.Locked = true script.Parent.Parent:FindFirstChild(Teleport).Locked=true
local Pos = script.Parent.Parent:FindFirstChild(Teleport)
hit.parent:moveTo(Pos.Position) wait(1)script.Parent.Locked = false script.Parent.Parent:FindFirstChild(Teleport).Locked = false
end
end
script.Parent.Touched:connect(Touch)

Ответить
BLOX_Bacon
BLOX_Bacon - 30.04.2023 09:37

it dont work

Ответить
ASonicFAN12
ASonicFAN12 - 28.04.2023 01:04

I have multiple teleporters in my game and they don’t work if 2 people are in the game is there a way to fix it

Ответить