If I had a model and there was a part in the model called 'binder', which the whole model is welded to. To move it would I be able to move the model by applying BodyVelocity to binder or would I have to move all of them separately? Sorry this isn't script related, and if it breaks regulations
g = game.Workspace.ModelNameHere:GetChildren() for I = 1,#g do if g[I].ClassName == "Part" then g[I[.Position = Vector3.new(yourpositionhere) end end this is useful however you may need to unpack your models in order for it to work