Image "https://assetgame.roblox.com/asset/?id=1395740626" failed to load in "Mouse Cursor": Request failed.
That is the exact error I receive in Studio.
I have no clue how to fix this error, It works with some images and doesnt work with other images. Its like a 50/50 change it will work.
Has anyone else received this error before. If you have please do help meee!
Thank you for your time and if you think you need to the code to solve this problem comment below and ill add the code to the question. Have a good day!
try this
local mouse = game.Players.LocalPlayer:GetMouse() mouse.Icon = "Replace this text with the link of your item i think that should work"
I have the same problem too, and it’s really annoying. I think it has to do with images and decals being different, idk.
A way I would fix this is making a decal and putting the image link/id, then try to set the MouseIcon with the link/id. Or maybe make a ScreenGui in StarterGui,put an ImageLabel in it, put the link/id into the ImageLabel, then set the MouseIcon with the link/id. It’s a weird way to fix it but it works SOMETIMES.
Hope this helped?