Hello I have a FPS game and the mouse icon is in the middle of the screen when in first person. How do I get rid of the mouse so I can have a decent game.
I ran this code in m game
for i=10,0,-1 do
print("mkw;e")
local Mouse = game:GetService("Players").LocalPlayer:GetMouse()
local emptyIcon = "rbxassetid://0"
Mouse.Icon = emptyIcon
end
and it printed mkw;e but the mouse was still visible