R6 VR System completely breaks with some tools

Hi! So, I’m getting straight to the chase. I’ve been recently working on a R6 VR System for my game, and I’ve currently reached a roadblock. I use attachments and AlignPositions + AlignOrientations to put them in place.

Every time I equip specific items, the arm that the tool is welded sometimes breaks entirely, falling through the map. I’ve tried looking into what could cause the issue, but I haven’t the slightest clue.

I was building the system off this module here, because it already had a solid framework going.
https://www.roblox.com/library/7065122194/VR-Loader

Don’t use the first two version of R6 VR, the physics based body is way too unreliable in almost every use case.

This uses a Nexux VR character model style of approach, as well as a new stable modular framework that allows me and others to super easily add new features.

(Also to answer your question as to why it breaks is because network ownership resetting after equipping a tool, causing it to fall through the map)