Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Image failed to load in "Mouse Cursor": Request failed? How do I fix this? [SOLVED]

Asked by 6 years ago
Edited 6 years ago

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!

0
what is the link to the roblox page with the image mellowantyt 0 — 6y
0
the image is not a valid bitmap TheScriptKing 102 — 6y
0
Personaly i set the mouse icon invisible and set an ImageLabel to the mouse position with RenderStepped. RubenKan 3615 — 6y
0
How do you make the cursor invisible? GottaHaveAFunTime 218 — 6y
0
http://wiki.roblox.com/index.php?title=Mouse_Appearance <<< This link will tell you how. User#20279 0 — 6y

2 answers

Log in to vote
0
Answered by 6 years ago

try this

local mouse = game.Players.LocalPlayer:GetMouse()
mouse.Icon = "Replace this text with the link of your item i think that should work"
Ad
Log in to vote
0
Answered by 6 years ago

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?

Answer this question