Can I set cursor position on the player screen and lock it?

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?

2 Likes

roblox doesn’t allow us to change the cursor position yet, but you can lock it to the current position
you can try to make your own mouse system with guis (which is what i do sometimes)

1 Like

Try 1st person and lock it. That is the only thing that roblox does.