How to free the Xbox Mouse?

Is there any way to free the xbox mouse pointer? So it doesnt make your character follow you such as for using the thumbstick to move the pointer on the screen. Simular to a regular mouse. Think Destiny.

There is no API for this. You need to script this behavior yourself.

You could create a UI image and each frame position it and keep track of this position, and if its within a given area you could allow them to interact with it.

Use UserInputService for this, as you would. There is a position property of the individual joysticks and you can use this to change how fast and the direction it moves X,Y. Don’t forget to add a deadzone for the drift of the sticks.