Is there anyway to hide the cursor icon?
Use UserInputService
local user_input_service = game:GetService("UserInputService");
user_input_service.MouseIconEnabled = false;
1 Like
Is there anyway to hide the cursor icon?
Use UserInputService
local user_input_service = game:GetService("UserInputService");
user_input_service.MouseIconEnabled = false;