-
What do you want to achieve? I am trying to change the mouse’s icon.
-
What is the issue? Whenever I try to change it, it just stays as the default.
-
What solutions have you tried so far? I am trying to use
mouse.Icon
Here is the code:
local player = game.Players.LocalPlayer
local mouse = player:GetMouse()
mouse.Icon = "http://www.roblox.com/asset/?id=5923963876"
For some reason, it just stays the same. This script is a local script inside of PlayerGui. I am trying to play test in studio.