Okay, so, i've been trying to make a Baldi's Basics-Like cursor [as the name says, lol], but I haven't been able to do so. By changing the mouse.icon, the clickdetector's CursorIcon doesn't work. By making the mouse invisible with
local UserInputService = game:GetService("UserInputService") UserInputService.MouseIconEnabled = false
it doesn't show at all. It's really annoying. Can anyone help? [TL;DR - Trying to make mouse cursor invisible but appear on hovering over a clickdetector, but it doesn't work]