Not sure what category this is supposed to be in so forgive me if it’s not correct, but I’m having trouble setting the mouse icon to something without it looking very weird. I had 2 other people say they could see the same thing also.
Here’s how I’m setting the mouse icon:
local function setMouse(id)
local mouse = plr:GetMouse()
mouse.Icon = "rbxassetid://"..id
end
--at bottom of script
setMouse(17870456320)
By any chance did you forget to scale the cursor?
Custom cursors have to be small and centered in the middle
[max dimensions are 512x512 pixels but go with 32x32 or something like that]
Or it can be an issue on roblox’s side which you’ll have to painstakingly wait for them to fix it