I am currently trying to add a custom cursor to my game, but it only works in studio. When I try running my game in regular roblox it just uses the Default Cursor.
Is it something with my code?
I haven’t found any solutions.
local Players = game:GetService("Players")
local mouse = Players.LocalPlayer:GetMouse()
mouse.Icon = "http://www.roblox.com/asset?id=10493148993"