Right, so basically i have been trying to make these lobby teleporter things to the main game like this-
I have been trying to find tutorials on YouTube but none of them make sense and I want to use my custom model not a random model. I have been experienced with some scripting and modelling for 1 Year now. Could anyone tell how to make these teleporters. My game isn’t a story game but this teleporter will take it to another game which would be the main (not lobby). (I am not asking people to write scripts entierly, if you say something like "Don’t let people write entire scripts or something unrelated I will either report you or ignore you.)
You should refrence and have an look at the code of the old teleporters. If you want something to make you sit before and wait, you should get like an script so when the child hits the teleporter it does something like fuction onTouched(hit)
I think people would want more clearance in your question.
Do you want players to be teleported to another game?
Or
Do you want player’s characters to be teleported somewhere in the same game.
In another game. The first bit is the lobby game. After I find out how to teleport to the game I will start making the original game like the GUI’s and stuff.
Have the server start a timer and reference it to a variable, then edit the GUI text to the timer to tell players how much time they have left. Once it hits 0, it will reset to 30 or however long you want it, and using function onTouched(hit)
and TeleportService you are able to send them off to a new game if they are touching the box.
Then I think teleportation service is what you are looking for if you want the player to be teleported to another game.
Here is the article and how it works :
TeleportService (roblox.com)