Skip to main content

MLBoneDynamics.SetWeight(number w)

Control how physics blend with existing animation.

Parameters:

NameTypeDescription
wnumberThe weight

Usage

---@type MLBoneDynamics
local mlbonedynamics;

---@type number
local w;


mlbonedynamics.SetWeight(w)