Joining a Game and Being Teleported To Another

I currently have a game I’m trying to make early access soon, but I’m having this issue.

When my Developer and Tester were playing the game with me, every time they joined, the game would send them to the same place probably many other people were sent to.
:link: [ Content Deleted ] - Roblox
The description is:
“>> Message to ROBLOX staff/admins
This game is not “exploiting” or botting players. These are real players.
The creator of their game has allowed us to use our special fast-load technology to make their players run at better FPS. Thank you.”

I don’t know if it’s a obfusucated script or something. I just need help before I release my game. Can someone help?

edit

I was able to get rid of it by deleting weird and remade plugins. No need to comment anymore.

1 Like

check your whole game (check even places you totally wouldnt normally search) for any scripts that look suspicious (using TeleportService, unreadable, etc.) and try removing them.

2 Likes

I’ve tried that and found nothing so far.

1 Like

try doing ctrl shift f i think and type in require and see the results and also try doing TeleportService and maybe try getting the loading’s game id and type in the game id too

2 Likes

Thanks! I’ll be trying to see if I can find anything. Let you know if I have found anything.

1 Like

you are not the only one with this exact problem

3 Likes

Yes I know. I’ve tried some of the help they gave the person, but didn’t work for me.

1 Like

I sadly wasn’t able to find anything at all. :confused:

1 Like

Its an exploit, i was having the same issue with my game, Nothing you can do unless you can find a way to stop this, Its commonly mistaken for a virus as this is what it usually is.
My game has no free models yet users say they experience this ;/

3 Likes

Check with all your developers, this has to be a script added to your game. I would go threw and hand pick each individual script.

2 Likes

maybe some of your plugins look legit but actually have scripts that might implement something. Use plugins that are from trusted devs

2 Likes

I’ve tried that already.
(30 chars)

1 Like

I will continue checking through the map later.

1 Like

CTRL + Shift + F and search require or getfenv and see if anything odd shows in the results.
Check all the results, as it can be disguised / injected into one of your already existing scripts.

2 Likes

Hello! I’ve already searched require and looks through all the scripts and found nothing. I also typed getfenv and found nothing. :confused:

It may be tedious, but have you also looked for any odd scripts in every visible service? Try searching here:
image

1 Like

I’ve tried searching that, and sometimes “Teleport” or something that can be weird. But have never found anything.

that happened to me once and I eliminated two scripts (that were created alone) and I reviewed the complete game from there my game does not have errors the effective thing is that you review your game 100%