I need help with codeing

How do you make the cursor into a dot in Roblox studios I’m not very good at codeing it would help if a got some feedback

thank you.

local Player = game.Players.LocalPlayer
local Mouse = Player:GetMouse()
Mouse.Icon = -- Icon link

put a localscript with this code in StarterPlayerScripts

3 Likes

Mouse.Icon = – ‘rbxassetid://68308747’

this works for the mouse icon.