I want to add a feature to my game that hides me from the list of roblox servers. I don’t mean the in-game player list or the leaderboard, I mean the list of servers for the game in the roblox app/website. I also want to make it so that it does not count me as an active player where it shows the number of players playing the game. I am trying to achieve this because I want to seem like an NPC to other players.
Something I have thought of is making it so that when I join the game it teleports me to a different place within that game that is essentially a “clone” of the main one so it won’t show me in the list of players in the game, but in order for that to work I would have to sort of “merge” the clone place with the original so that I can interact and be interacted with other players as normal.
Is this in any way possible, and if so, how would I achieve it? I would prefer if you could explain it like I’m 5. While I have a bit of a natural talent for programming, I do not have a lot of experience with it and I have basically no experience with Roblox Studio, so if you just give me the basic concept of it I probably won’t understand it.