Modifying laser pointer and VR controls

I’m making a VR game, and I’m trying to get rid of the laser pointer (the thing that follows your arm) And I’m also trying to disable being able to move your camera and player with the thumbsticks. How would I do that?

1 Like

You aren’t able to modify CoreScripts in any capacity. You will need to use anything that’s currently available to you (PlayerModule and VRService) and that’s the extent of functionality you can get.