#Custom Crosshair problem

1 messages · Page 1 of 1 (latest)

autumn dune
#

*u can also test the game my username is Wolfman87 and the game is on my profile

shrewd pelican
#

To fix the problem where u can’t move mouse in gui mode, create a text button, make all invisible and make size zero. Make sure it is “visible” but transparency = 1 (I think). Set interactable to false (if it doesn’t work, set it to true again)

In the script: when toggling to gui mode, set button.Modal = true
When toggling to fps mode make modal false

warped egretBOT
#

studio** You are now Level 1! **studio

shrewd pelican
#

Instead of mouse icon = …, do UserInputService.MouseIconEnabled = …

#

To make the character unable to move, get the player module or smth

local PlayerModule = require(plr.PlayerScripts.PlayerModule)
local Controls = PlayerModule:GetControls()

Controls:Enable()
Controls:Disable()