#Mouse Icon not changing

1 messages · Page 1 of 1 (latest)

night blaze
#

So theoretically this should be really easy right? My code is literally just the following 3 lines:

local mouse = game.Players.LocalPlayer:GetMouse()
local mouseId = 8259335793
mouse.Icon = "rbxassetid://"..mouseId

But for some reason it just will not change the icon. Does anyone have some sort of solution??

sand magnet
#

i've had this happening so the only unfortunate way is to have screenui with cursor imagelabel and have a code that follows your mouse location

#

disable mouseicon using userinputservice

night blaze
#

dear god 😭

#

i feel like im working in the mines now

#

thank you though Thumbs