Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Trying to make a baldi's basics-like cursor, but it's always invisible?

Asked by 3 years ago

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]

0
a probable fast solution is to loop the cursor to be invisible greatneil80 2647 — 3y

Answer this question