Hello. Recently tried to make use of Mouse.Icon but it doens’t appear.
At the moment i’ve tried three different icons and they don’t work. Do they need to be a certain size?
I’ve tried with all variants of rbxassetid://, and http://www.roblox.com/asset?id= but nothing seems to work. All that happens is the curser turns invisible.
No errors in console either.
I tried both ids on each of the methods in my own Roblox studio and it hasn’t worked. I even tried with an icon they used on the wiki for the example code and that didn’t work for me just now in testing trying to help Galaxy…
You have to use an image label of the hitmarker then put the script in it, then make it so mouse.Icon = script.Parent.Image or whatever contains the image of an image label
Also, the reason I said you don’t have to do that, is so it doesn’t add another asset into the game that it has to load and send across the network, which for bigger games can have more of an impact than smaller games.
Oh thanks a lot! I used the same image for a different game and it was a normal size for a crosshair without editing the image. It’s kinda annoying how things change randomly…
Do you know why it is so large? It wasn’t on my other game, didn’t change anything. If it’s just the size then what is the normal size for the cursor if you know.