Mouse Icon not working

So, I’ve been trying to create a custom mouse icon recently and I ran into a problem. The problem was that the mouse icon wasn’t appearing when I joined the game. Here’s what I’ve tried:

local mouse = game.Players.LocalPlayer:GetMouse()

game:GetService("UserInputService").MouseIconEnabled = false

mouse.Icon = "rbxassetid://6978830474"



local mouse = game.Players.LocalPlayer:GetMouse()

mouse.Icon = "rbxassetid://6978830474"

local mouse = game.Players.LocalPlayer:GetMouse()
mouse.Icon = "https://www.roblox.com/library/6978830474/plus"

10:10:27.752 Image https://assetdelivery.roblox.com/v1/asset?id=6978830474 failed to load. Error 403: Asset type does not match requested type - Studio this warning goes with the second attempt. The third attempt just has the default mouse icon. The first attempt has no mouse icon.

1 Like

1

game:GetService("UserInputService").MouseIconEnabled = false

Maybe don’t set this to false
2
Why are you defining the mouse three seperate times
3

Use this instead http://www.roblox.com/asset/?id=6978830469