Getting errors from a model thats not even in my game


I am getting multiple errors from this “Humvee” model because the scripts aren’t gonna work without it being in game. It shows no location of the script. The model is no where to be found in game, its not there when I’m not running the game either. It was just a model I created in a separate baseplate and saved to ROBLOX.

It could have something to do with your plugins, they might include viruses. Check your plugins and uninstall the ones you dont need/use. And make sure they are legit and used by other people

There could be a few causes of this.

A. A hidden model you just didn’t see inside the game trying to run a script.

B. A plugin trying to add something to your game (like a backdoor for an exploit)

C. Could just be an issue with a script trying to access that model or something.

Did you open every item in your workspace and in other folders and services?

Go to the top of your Explorer window and type classname:script and search, then type classname:localscript. This should look through every single item, subfolder, sound, service etc. to find scripts and localscripts. If you find something you didn’t add you need to delete it.
Also have you ever had Team Create on in your place, or given anyone else access to it? If you did and they were using a malicious Plugin it could have injected a script into your place.

Another thing you can try is while your game is open, press Ctrl-P while in the game window and in the top right hand corner of the window that pops up you’ll see a small pull down menu. Choose ‘scripts only’.

It will list every script. Look for anything out of place. Clicking it will reveal where that script is. Then you can delete it/them.

I’ve found many scripts this way hiding inside unexpected places like snaps or welds.

I tried disabling them all and it didn’t work.

Yes I searched through the whole explorer and used your method. It’s definitely not in game, as shown by the error. It has no parent to any part of my game.

I tried this and I wasn’t able to find it.