Context:
Basically, I started learning how to script just 2 days ago- with some basic things like variables, etc with one normal Roblox cuboid part and a baseplate.
Everyday i watch tutorials and make changes on the part to work accordingly-and I remove these scripts as soon as i am closing studio, so that I don’t forget any scripts lying around when I come back tommorow.
Problem
After 2 days- I came back to studio to learn more about basic “if” functions, etc - and I noticed a dropdown arrow on the part I was using to test. Furthermore, I clicked it and saw a script “Fix” (Which I have no idea of how it got there of what it was in the first place).
This magically appeared overnight- so anyways this is what’s inside of the script:
I am pretty sure, I haven’t pasted any type of code- nor do I even know the basics of scripting in the first place.
Question:
-Is this script dangerous in any way?
-What cause “Roblox” to add anti exploit scripts to random partsin my game?
-If so how can I avoid it?
-If this a virus- what could have caused it to add a script on my part? And which property induced it in the first place? (Note: I haven’t even added a single free model - or anything out of the blue, scripts on my game)
Side-Note
I looked for a solution in some popular discord servers- and they said it wasn’t Roblox who was adding these scripts- and said it could be a virus. But they didn’t know what caused it to make a script in the first place either. (+ havent used a any free model or third part plugins on that game nor does any players have access to the game). Kinda worried if these will randomly continue when I make an actual game later.
I’ll tell about this script. It loads John Doe Serverside to the game and that allows people to get an executor GUI. However John Doe is discontinued, I wouldn’t be so worried about this script, but I suggest that you get rid of these if you will see these in future.
Yes that’s most definitely a ServerSidedScript. Since exploiters only have access too the client side of you’re game only implementing trojan like scripts into free objects gives them some access to the server side of you’re game. I guarantee you if you were to scroll to the right of the script you would see some obfuscated code. Not only is this bad since it gives exploiters more access too your game, it also would slow you’re games performance since of the large obfuscated code. It would be unnecessary for ROBLOX to add scripts too you’re game because that’s something they could implement something into studio structure.
This is definitely a virus. It’s calling in a module script that will inject stuff into your game remove it. It was most likely a free model or a plugin that cause this