When I join my game, It teleports to another game for some reason

I think That means, the Icon for a Plugin Couldn’t Load.

and You Should Check StarterPlayerScripts, May also be Teleporting the Players

The Object “StarterPlayerScripts” is Empty and I haven’t edited it.

You Should use a Virus Scanner
I Suggest gameGuard

And Also Try Looking For getfenv() or setfenv

Check through all the free models that you may have in your game for scripts. If there’s a script in it, check through it to see if there’s anything malicious in it.

If that’s fine, it might be one of your plugins (if you have any).

Said, he didn’t use any free models

plus i also think he uninstall the plugins that seem malicious

1 Like

Yes, I have uninstalled ALL the Script Injection plugins.

Okay, Try Testing your game and look at your playerscripts

Just checked through his plugins, there’s two fake ones I found:
Load Character Lite (BestPlugins)
Part Counter 2.0 (PluginMakers)

The ones with those kind of creator names are usually fake, always be careful to see if it’s the real one before installing it :slight_smile:

1 Like

Just to help i added a mp4

The Following Scripts I see in PlayerScripts are:

BubbleChat
ChatScript
PlayerScriptsLoader
RbxCharacterSounds
PlayerModule

I think these scripts doesn’t have any malware.

You are Correct, as these are the Default Roblox Player Script.

A way to get around this in the short term would be to disable third party teleports in game settings, but in the long term you’d have to disinfect your game of any viruses.

1 Like

I have some buttons in a frame That Teleports to an Other game that is supported for this game, I can’t just remove it, Else pepole aren’t able to play other games that I made trough my game.

Even if third party teleports is off, it will still work. It just won’t teleport to games made by other people

other Than What @iceking_gfx and the others said, i can’t help you
maybe Check for getfenv setfenv

Always thought you had to have it on, to get TeleportService ._.

This is probably a backdoor inside your game, check all your scripts using CTRL + SHIFT + F and look for these:

getfenv,
require

I’ve looked in your plugins in your inventory, there are some malicious plugins.

1 Like

Plugins are able to edit scripts, so if its a plugin then it may have hid the require() thing in other legit scripts. Check those.
Also, I looked at some of the plugins you had in your inventory, and there was some viruses/shady stuff.


The REAL load character lite is This One.

I’m having a similar problem where there is a virus that teleports players, but only the second player to join a new server, when I search for require it comes up with 7236 results in 1613 files.
idk if one of my plugins could be doing it