FreeCam getting inserted at runtime, and I cannot find the source anywhere

I’ve never had this happen before. For some reason there’s a FreeCam system getting loaded in my PlayerGUI at runtime, and for some reason I cannot find where it’s coming from, and therefor I can’t get rid of it.

I checked my plugins, and there’s nothing there.

Any suggestions? I’ll keep searching but I can’t find anything relevant lol. It’s so annoying :sob:

Thanks.

2 Likes

It’s a plugin definitely, but the bizarre thing is I don’t even have the Freecam plugin listed anymore, so I have absolutely no idea how to get rid of it.

  1. Check StarterPlayer:
  2. Examine LocalScripts
  3. Review ModuleScripts
  4. Analyze Dependencies (easily done by game explorer)
  5. Debug Output
1 Like

I can confirm it’s a plugin, as it does the same insertion even on an empty baseplate.

I just can’t figure out how to disable the plugin, as there’s nothing even showing for that.

You can disable plugins by hitting plugins folder:
image

then turning the switch:
image

I suggest turning all plugins off and turning them back on one by one so see what plugin is causing your problem! :smiley:

1 Like

The Freecam is a official feature added by Roblox to take screenshots of your game, and more. You can enable FreeCam by pressing Shift + P but it can only be accessed by the Owner of the game.

1 Like

Lol, that makes a lot more sense.

I appreciate the clarification. Also glad to know nobody else can access it :joy:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.