Moving the Xbox cursor down?

The default Xbox cursor is at the top third of the screen. I don’t know how good this is for normal games (I don’t think well) but it certainly doesn’t work for my game.

How can I move the cursor down to the center of the screen?

3 Likes

If it were in the center, in third person it would always be over your character. I believe that is why it’s where it is.

Not sure how to move it.

I don’t think you can move it, but you could disable it (https://developer.roblox.com/api-reference/property/UserInputService/MouseIconEnabled) and replace it with an ImageLabel and just use that for raycasting into the world for click/shoot interactions instead.

1 Like

That’s disappointing. Thanks.