How do I get a VR controller's joystick position?

I’m trying to make a VR game and already have a grabbing system for it, but I can’t seem to be able to move at all. when I try to move only my roblox avatar (the one I do not want to move) moves. so I can tell the joystick isn’t broken, but when I attempt to use the few tutorials and read anything that should help nothing happens! I tried just simply printing out the joystick’s values, which doesn’t print, so I try printing “hello world” but that doesn’t print either! it’s like its disabled from anything other than to move the character specifically. please help.

1 Like

just found out why is wasn’t working, was using inputbegan instead of inputchanged.