Teleport System Confusion

Hello! I wanna make a game sort of “hidden” in that you can only join it if you join a specific game.

if you have played Anime Fighting Simulator, when you go into different dimensions it teleports you to a different server; how do they do something like that?

Another example might be this picture:

image
However, I do NOT want the game to show up via the group. How would I implement such a feature?

I’m not gonna show you all of teleport service.
but I think you’re looking for this:

(35) Advanced Roblox Scripting Tutorial #25 - Teleport Service (Beginner to Pro 2020) - YouTube

That’s not what I’m looking for, I already know what teleport service is. What I want to do is teleport the person to a game that is hidden, or a game that the player cannot see via the group. Sort of like if you tried to join a private server your friends in, instead of teleporting you to that private server, it would teleport you to the main game. Something like that is what I’m looking for.

I’m pretty confident that it’s possible
but I’ve never done anything like that, sorry!

I’d try looking it up on the devhub and stuff

Are you talking about different places?

Yeah! The player teleports to a different place that can only be accessed if you join a specific game. And this place cannot be seen too.

I’m confused on what you’re asking but you can use TeleportService to teleport to different places.

If you are talking about a place in a game then you can do something like

image
image
image
image

Alright.

Take a game you know that has multiple places that you teleport to. When you teleport to these “sub-places”, it doesn’t show up on your profile status, right?
Thats what I want.

1 Like

If I did that, would the place show up on your status? I want the game to be hidden and not accessed by any means other than joining a specific game.

Yea places automatically show that you’re in one game.

correct,
It shows up as you playing the starter place of the experience

It will show up on your profile (for me atleast since I use BTRoblox).

But, players cannot join it just from that alone. They will need to be teleported there manually by the game itself.

I also believe an exploiter can teleport themselves to that sub-place, so you can try giving them a badge and check if they own that badge.

Okay… I guess ill try it out, thanks!

2 Likes