Simple picking up tools in vr

Hi
I’m looking for a simple solution to picking up tools in vr, I dont mean like you grab it and hold it wherever you want just like a hold X or grab button near it to equip it like a normal roblox tool. I wanted to use proximity prompts cause they would be perfect but those dont trigger in vr for some reason?

2 Likes

Is your console trigger set to X? Also, is the proximity prompt inside of the thing you want to pick up. You would then have to run a RemoteEvent to Clone:() it into your players hand!

I just put a proximity prompt in a part in workspace and put a server script in the proximity prompt that on triggered would print “triggered” i held the X button and the holding animation played on the proximity prompt and when it ended and should have triggered it just didnt.

Have you got: proximityprompt.triggered:connect function()