HOW TO MAKE A GAME TELEPORTER 🛠️ Roblox Studio Tutorial

preview_player
Показать описание
In todays video I show you how to make a game teleporter in Roblox Studio
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!

Script:

local GameId = "1234567890" -- Change this ID to the games ID which you want players to teleport to

function Touched(Player)
local FromChar = game.Players:GetPlayerFromCharacter(Player.Parent)
if FromChar then
local TeleService = game:GetService("TeleportService")
TeleService:Teleport(GameId,FromChar)
end
end
script.Parent.Touched:Connect(Touched)

Roblox Studio Tutorial
Рекомендации по теме
Комментарии
Автор

THANK YOU SO MUCH I LOVE THIS CHANNEL! I've tried so many different tutorials but this one is the only one that works! Thank you! You've earned a new subscriber for your great videos!

pastellemonramune
Автор

Ty this worked!

(By the way, if your game doesn't work, just touch the part and wait 5 seconds and the teleporter will work.)

TheMaltianRobloxian
Автор

That’s a very cool function! I love the short videos, thanks!

marklucas
Автор

Script:

local GameId = "1234567890" -- Change this ID to the games ID which you want players to teleport to

function Touched(Player)
local FromChar =
if FromChar then
local TeleService =
TeleService:Teleport(GameId, FromChar)
end
end

GOODGUY
Автор

For The ones that it shows that is dousent work, it dousent work because your roblox is updated and its new version, if you want so it worked you have to go to the game and click the 3 dots beside it and their will be 3 options, click the one that says Copy start place ID. then take that id and replace it on the code like the video explained. and it should work now.

Itzdeadeyes
Автор

Very useful thanks for making it easier to understand :)

SSFN-o
Автор

THANK YOU SO MUCH I'VE BEEN LOOKING FOREVER FOR A TUTORIAL AND THIS ONE IS THE ONLY ONE THAT WORKS

Youssouf-
Автор

you just made yourself a new subscriber Thank you so much I have been Looking for a Working telporter script that WORKS YESS Thank you So much I was Going to go telport in Studio but That was my Dumb Moment Until I started To be More smarter So I went To Roblox going to my game And then Going into the Game As the First one and then After That one I step on the Part And It works (: Thanks this helped a lot

Yourlocalguy
Автор

THANK YOU I needed this no one makes tutorials on this

mr.rat
Автор

Fun fact i was actually looking up how to do one of these earlier, and it failed. Lets hope good for this one.

Shanoakid
Автор

IVE BEEN TRYING TO DO THIS FOR MONTHS THANK YOU SO MUCH IT









:)











NEW SUB:)

ITS_ELIHERE-ueyu
Автор

Question. if the place I want my player to teleport to is private do they get to enter that private game or will they get locked out?

renz
Автор

Finally something that WORKED!! Thank you!

NiknNate_Official
Автор

For those who tried the script and it didnt work, if your game had a teleporter to another game and it says teleport failed or something else, that means that the game your trying to teleport to is private.

CoolGamer.
Автор

Thank you so much for your help! This helped me make my game called ArtiQuest! It's not out yet but thank you for your help!!!!

epokgaemr
Автор

THANK U SO MUCH IT ACTUALLY WORKED! THIS IS THE FIRST SCRIPTING TUT THAT HAVE WORKED!

Neoh_tha_homie_
Автор

i needed this so bad best roblox studio toturial channel!

mrhomophobic-or
Автор

TY IT WORK I can troll my friend the red head you touch you get jumpscard and you go new game red head says I still watching you

Zackary
Автор

can we instead of a part use a button with the same script?

BrooksBradley-yp
Автор

THANK YOU SO MUCH FOR THIS VIDEO YOU HAVE NO IDEA HOW MUCH THIS IS GOING TO INFLUENCE MY GAME

TheEKdude