Like that, i created some weapons models and they all just fall, nothing is "connected" Pls help aaaaah
You need to anchor them or weld it here is a Tutorial on how to anchor it Hope this helps!!
Anchor all the parts in your model or make a script that says: function start() for _,v in game.Workspace.Model:GetChildren('Part') do v.Anchored = true end end start() -- if you put this script in your serverscriptservice you don't need to add this function