[URGENT] How to disable VR controls

  1. What do you want to achieve? I want to disable the vr/xbox joystick (for walking)

  2. What is the issue? I cant find anything on how to disable it

  3. What solutions have you tried so far? i looked for solutions for hours and i cant find anything

im making a vr game with its custom movement (already finished) and i need to disable the joystick movement like this video

i tried this persons script and didnt get any errors but it didnt disable it

local controls = game.Players.LocalPlayer.PlayerScripts:WaitForChild(“PlayerModule”):WaitForChild(“ControlModule”)
require(controls.TouchThumbstick):Disable()