Custom Cursor Invisible?

So i was making a custom mouse cursor for my upcoming game and it doesent appear for some reason

The Video


The Code

local mouse = game.Players.LocalPlayer:GetMouse()
mouse.Icon = 'rbxassetid://6735332676'

It’s probably that you’re giving a decal Id instead of an image id? Icon expects an Image I believe, not sure if this’ll work. But instead of rbxassetid://6735332676, maybe try this?

"rbxthumb://type=Asset&id=6735332676&w=150&h=150"

So it does the conversion for you?

4 Likes

it worked thanks for helping me out now i can continue

1 Like

Thank you so much man, That helped me alot :smiley: