How would i change the shift lock icon?

I can’t find any way to code a custom shift lock icon. There isn’t a developer hub for changing the shift lock icon either.

you mean key? just learn to use enum.keycode as it’s in a scripting tutorial.

i mean the shift lock icon
image

Ohh okay you mean crosshair, then
local DEFAULT_MOUSE_LOCK_CURSOR = “put the image you want here”;
This code works perfectly for lock cursor,
If you want without locked and the cursor itself that code is:
game.Players.LocalPlayer:GetMouse().Icon = “put the image you want here”;

1 Like

yeah i already did my custom c ursor, thanks

1 Like

would i do this
local DEFAULT_MOUSE_LOCK_CURSOR = 'rbxassetid://68308747'

Yes that is correct. If that is the image you want :slight_smile:

it doesnt work for some reason though

Quotes I guess, Turn into double quotation.

I gtg, I will reply later.

This topic has been asked before. Check the marked solution in this post.

1 Like