it’s agKing_21 here and I stumble accross a weird issue in my game while testing with my friend on Team Test mode and the issue is explained in the ressources here :
Context of the Problem
So, basically I’ve noticed that when I’m testing my game solo it works perfectly fine however when I’m trying to test my game with my friend I’m receiving an error on the console that it’s display a very weird line like this :
Requiring asset 15685506972.
Callstack:
- Serveur
However, I have no idea where this asset comes from so here’s the hypothesis I formulated and actually tried in order to solve the problem
The Hypothesis
So basically, I thought that the problem had something to do with a library I’ve used such as Satchel for exemple but indeed it wasn’t the solution to my problem
Yeah so basically, I’ve made this post before in the developpment discussion label but somehow the moderator and the community didn’t like it so I’m trying my luck again in Resources - Developer Forum | Roblox
My game isn’t working in Team Test because of that error no script is running in Team Test
According to the reviews this is some sort of backdoor/virus that is bundled with free models in the toolbox. It has clearly been deleted for violating Roblox’s TOS. It’s possible that it’s only “requiring” this asset when you attempt to test in a live server: team create instances are in a live server utilizing Roblox’s network, while regular solo playtesting is not.
I’d just find wherever it’s being required and remove it. Doesn’t seem to be an issue on Roblox’s end, so probably just close this bug report as solved.
But how do I find it that’s the thing I’ve done my research asked GPT and I’m still confused about what to do I’ve never had this issue before and it’s my first time having it
Don’t use ChatGPT to debug Roblox errors relating to finding toolbox models with potential problems; It isn’t going to be able to help you with this.
Just look at whatever free models you have implemented in your experience/place. It’s most likely going to be within a script within one of those free models or a scripts folder. It might not be within a module!
But again: this isn’t really a bug report. The bug-reports:studio- category is for bugs within the studio client and server, not asking for help debugging.
I could take a peek at your workspace if you’d provide the file, but obviously don’t feel obligated to provide that if you are uncomfortable with sharing.
Hey my Game has the SAME Issus - Just TODAY. I check all script on my game. No Backdoor. I think it’s a real Roblox Problem. People can join you with Accessory + Server Script or Backpack with Server Script!
some virus plugins put malicious require into your code when you open them; maybe your friend’s plugin modifies the script and then hides it when he leaves
you should also check getfenv( or something like \114 or \114\113\117\105 which are commonly used to call require() without typing the keyword require