How to change shift lock cursor using a script

Hi, I want to change the shift lock cursor but I can’t figure out how

My issue is that I don’t know if I’m supposed to use like an imagelabel or something else and I don’t know how to script it. I am not a good scripter I am still learning. I’ve watched tutorials and I found a script like this mouse.shiftlock.icon = rbxasset://textures/ui/GuiImagePlaceholder.png But I don’t know what to change there. Thanks for reading

1 Like

Inside of the PlayerModule that is inserted into every player when their character is added, it has an option to change the Default Mouselock Icon. You are going to want to copy and paste the PlayerModule module into the same place in studio so that way it replicates Your script when a player’s character is added instead of roblox’s.

You can also edit the keybind for shiftlock here as well.

5 Likes