Problem is:
I cannot leave my players with disappearing tools. Basically the tool just yeets itself out the backpack, tried disabling the first person arms script but that wont work either.
Problem is:
Have you tried disabling CanCollide for your tool? If it still falls, try using seperate a CollisionGroups for your tool.
Are they connected/welded to anything (such as the Handle)?
No, i just have a dual wield script in the tool that joints the two objects on the players hands
You need to recreate the parts and well them to the tool’s handle each time the tool is equipped. Roblox’s engine automatically destroys welds inside tools when they are unequipped.