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?
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.