MLBoneDynamicsSetWeightOn this pageMLBoneDynamics.SetWeight(number w) Control how physics blend with existing animation. Parameters: NameTypeDescriptionwnumberThe weight Usage ---@type MLBoneDynamicslocal mlbonedynamics;---@type numberlocal w;mlbonedynamics.SetWeight(w)