TheNexusAvenger / Nexus-VR-Character-Model

Maps Roblox characters to the VR inputs of players.
MIT License
66 stars 12 forks source link

Interaction with ClickDetectors #4

Closed WhiteOutRBLX closed 3 years ago

WhiteOutRBLX commented 3 years ago

What happened to the interaction with ClickDetectors when the Trigger is pressed? Did it get moved to a new key, has it been scrapped?

Edit: Version 2.1.0

TheNexusAvenger commented 3 years ago

ClickDetectors requires 2 things:

If both of those conditions are met, you aim at the parts and use the trigger of the pointing hand to activate it. The reason this doesn't happen automatically is Roblox does not support ClickDetectors in VR natively and I can't manually call the events from inside Lua code.