Hello every developers, so recently I’m making a game, It is half-finished…
However, I think I found a virus… I don’t know if it is INFECTION
So how the virus affect the game?
Firstly, if you have 2 players in the game and when the 3rd player joined,
it will teleport the 3rd player to unknown game
Is there any ways to fix it and why this thing happened?
Please let me know below!
So I had the same issue with a virus too, what you want to do is go into toolbox and search for a script called “Virus Slayer” by MitchellJBridges101 (It should be the very first one). After using this script, my game was completely virus free.
If you don’t have created a script for teleport you this is a infection. Verify if all your plugins are goods and don’t have backdoor (Verify the plugin with the permission to add / remove object) also to in the searchBar in the explorer and search for “script” verify all your script to see if you have anything suspicious
You can also disable this option in the game security
Those are definitely viruses. They use spaces to push the code all the way to the right, or use unicode characters that aren’t compatible with Roblox Studio to hide the text. Check all of your plugins, some of them might be fake.
Verify all your plugin, if you have plugin seem suspect / not popular try to see the code of the plugin
You can use this for load asset id
Or you can just go in your Run command in custom and put
game:GetObjects("rbxassetid://THE-ID-HERE")[1].Parent = workspace
and the content of the plugin should have appeared in your workspace (The same code is used in the plugin)