Repro Steps
- Create a Tool with a LocalScript inside of it
- With that LocalScript, change a player’s mouse icon to something custom when it is equipped
- Observe setting a custom mouse icon works within Roblox Studio
- Publish your experience
- Play your experience using the Roblox app
- Equip your tool
- Observe setting a custom mouse icon does not work outside of Studio
Repro File: CursorRepro.rbxm (3.9 KB)
Expected Result (Roblox Studio)
My custom mouse cursor does indeed appear
Actual Outcome (In-Experience)
You either have the default Roblox cursor or no mouse icon
Even stranger, if you set a custom mouse cursor, then mouse out of the app window, then mouse back in, you will have no cursor.
This appears to be a recent regression. I have not recently modified code in any of my experiences that experience this bug.