I am trying to get VR users to be able to pick up items
I am using NexusVR Model which fully implements VR into roblox. However when players try to pick up a brick, it won’t let them. I added few debugs, it detects key fine but never prints out that the user has touched a brick. Can this be fixed in some way or is it part of the model? When I tested the code on NonVR user, it worked just fine and user was able to pick up items. It works on simple base. Create Region in the hand and continue from that, I am unsure if the player model in reality is at spawn or how it works at all. I’d be glad if someone could help me fix this problem. If you need the code, let me know!