ClickDetector cursor isnt showing when using custom mouse

Hi again!

  1. What do you want to achieve? I want to make it so you can click something but I don’t like the normal Roblox mouse so I swapped it with my own and now it wont show my custom ClickDetector cursor.

  2. What is the issue? It only shows the normal custom mouse I made.

  3. What solutions have you tried so far? I’ve tried the normal ClickDetector mouse cursor.

Here’s the code for the custom cursor.

local players = game:GetService("Players")
local plr = players.LocalPlayer
local mouse = plr:GetMouse()

mouse.Icon = "rbxassetid://15516533013"

Thanks!

In the clickdetector, you can edit the image that it shows when the mouse hovers over it. So, you could change it to a transparent image of your custom mouse then I THINK it will work