Custom cursor saying request failed

  1. What do you want to achieve? Custom cursor

  2. What is the issue? 17:43:01.500 - Image “https://assetdelivery.roblox.com/v1/asset?id=5311634799” failed to load in “Mouse Cursor”: Request failed

game.Players.LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
game.Players.LocalPlayer:GetMouse().Icon = "http://www.roblox.com/asset?id=5311634799"

Use this ID instead:
5311634780

You are currently using the AssetID, not the ImageID (I’m not sure if these are the terms).

To get the actual ImageID just insert it into a decal or any image holder and it will give you the new ID.

Thanks a lot and again character minimum on comments.

1 Like