How to detect xbox controller joystick inputs (how far its pushed)

Hi im trying to figure out how to detect how far the xbox controller’s joysticks are being pushed,
I can detect how far a mouse moved by using:

userInputService:GetMouseDelta()
can someone tell me a somewhat equivalence to that?
I’ve been trying to find how to do it and I cant seem to find it…
pls tell how to do it :pray:
Thanks!

The Position property of an InputObject will tell you the direction and severity of the joystick’s position. The magnitude of the Position will be how far it is being pushed in that direction - with a min and max of -1 and 1 respectively.

1 Like