#Get center of mass of a model
1 messages · Page 1 of 1 (latest)
local COM = Model.PrimaryPart.AssemblyCenterOfMass --PrimaryPart probably has to be set manually
Or you can get all children, get their mass and position, then add the total mass to eachtohet, then get the position (vector3) and multiply it by the mass then divide the resulting vector3 by the total mass
Did you even read what i said?
Its fine mistakes happen