What do you want to achieve?
I just need to use my own mouse image (10523820438).
What is the issue?
No matter what I try it wont change to the custom image.
What solutions have you tried so far?
I have tried multiple links like the roblox library link and a rbxassetid link, but none of those worked, I also tried adding a wait, but that too did not work. I also tried different images that are bigger and smaller, but that didn’t work.
(The script is in StarterPlayerScripts)
local plr = game:GetService("Players").LocalPlayer
local uis = game:GetService("UserInputService")
uis.MouseIcon = "rbxassetid://10523820438"