Here is a video of my problem:
-
What do you want to achieve?
I want the Yellow Question Mark to appear when I hover over the interactible paper, and I want the white dot to be my default mouse icon. -
What is the issue?
If I have the custom mouse icon script enabled (the one that makes my mouse icon a white dot), my mouse remains the same even if I hover over the interactible paper.
This is the script that changes my mouse icon to a white dot. While this is enabled, I cannot see the question mark icon:
local mouse = game.Players.LocalPlayer:GetMouse()
mouse.Icon = 'http://www.roblox.com/asset/?id=950896037'
So how do I make it so that the White Dot is my mouse icon, but it doesn’t override the Yellow Question mark? I am changing the icon through a click detector.