Hi again!
-
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.
-
What is the issue? It only shows the normal custom mouse I made.
-
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!