#Mouse Icon not changing
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
So theoretically this should be really easy right? My code is literally just the following 3 lines:
local mouse = game.Players.LocalPlayer:GetMouse()
local mouseId = 8259335793
mouse.Icon = "rbxassetid://"..mouseId
But for some reason it just will not change the icon. Does anyone have some sort of solution??