How do I make VR controller models transparent roblox?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to make the controller models in the workspace transparent.

  2. What is the issue? Include screenshots/videos if possible!
    I don’t know how to properly do it

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I could find the controller models in the workspace but each device has a different name only know that oculus quest 2’s Model is called TouchControl.

2 Likes

sorry for responding so late

game.StarterGui:SetCore("VRLaserPointerMode", 0)
game.StarterGui:SetCore("VREnableControllerModels", false)

i would put it in a loop because standalone VR always makes it reappear whenever you open the home menu

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.