I’m using the Roblox gun system. Whenever you equip the gun it goes to a shoulder view and the cursor disappears, but it doesn’t come back after you die, meaning the player can’t press the button to respawn, does anyone know how to fix this?
You probably would have to check the source code of the roblox gun system and detect where they are manipulating the mouse or you could have an Humanoid.Died event setup and inside that change the mouse.Icon to the default one.
It doesn’t use the Mouse Icon. It uses a frame placed in the middle, like many other FPS games use.
Thats not what i meant , for disabling and enabling the mouse you could reset the mouse Icon or you would have to toggle MouseIconEnabled
property of UserInputService, so just change that inside the Humanoid.Died event.