Roblox Game Teleporters

I know that there are many tutorials on youtube for the basic form of this, but I want to make it so it teleports you to a game that you can only join through this game, and you can’t join it through regularly clicking play. It’s sort of a game server. I can always clarify.

1 Like

TeleportService should help you, however it’s not really that reliable as games lose a ton of player’s with it.

How should I go about this considering Im kind of new to developing, and is there a certain method for making a game work for that?

What are you trying to achieve? Teleport a player once they’ve clicked a GUI?

I’m not sure if that is even possible well nothing is impossible but like that sounds very hard

Well, a textbutton but yes (30 charrrr)

Just add a second place in the game. Wouldn’t that allow you to prevent people joining though the website?

It seems to me that you’re trying to make your game a ‘Universe’. In order to do so, you would have to add places to your game by going to Create > Configure Game (for the game of your choosing) > Places. When you’re here, press “Add Place” to add the places that you want your players to teleport to. This will prevent them from joining the game by just pressing “Play”. To teleport them, you will have to make a script for it within your Start Place and use TeleportService like @owedkarma stated.

2 Likes

Apparently, but idk how to add a sec place to the game

Great, I’ll try this. (30 charr)

1 Like