I want to change cursor position on the player screen and lock it.
local mouse = player:GetMouse()
mouse.X and mouse.Y – not work, because, they are for reading
and I don’t want to center the cursor with UIS, I want to do any position
is there any way to do this?