Guns remove mouse and put the camera in a weird position. How do I stop this?

The official gun models used by Roblox remove the mouse and put the camera in a weird position, and when this happens, I cannot access the shop GUI whatsoever.

Here’s the model:

I have tried everything to try and stop this, reviewing the code, script searching and everything else, but I cannot seem to review the main issue. Could someone help me with this?

This is an example of what happens.

Yeah, the WeaponsSystem from their default weapons kinda assume you would always have a weapon out.
I’m pretty sure I changed this along by setting WeaponsSystem.camera:setEnabled(false) in some places in the main WeaponsSystem module script. Probably in the setWeaponEquipped function.
And removin thte WeaponsSystem.camera:setEnabled(true) in the main setup function.

Thank you so much! This has been the biggest pain in the ass and I’m so glad you were able to help me fix this. Thank you!

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