Whenever I try to read mouse.Icon it always returns blank. Is it possible to read it?
No, it’s not possible to read it
Darn, they should really make it readable.
Actually it is, It is just that mouse.Icon’s default is blank or “” and you can change it with mouse.Icon = “rbxassetid://(ImageId)”
That just writes to it. I need to read what image is being used for the icon already.
try maybe a if statement like: if mouse.Icon == “rbxassetid://(ImageId)” then (Code here) end or something