Garry's Mod Wiki

Entity:ManipulateBoneScale

  Entity:ManipulateBoneScale( number boneID, Vector scale )

Description

Sets custom bone scale.

When used repeatedly serverside, this method is strongly discouraged due to the huge network traffic produced.

Issue Tracker: 5148
This does not scale procedural bones.

Issue Tracker: 3502

Arguments

1 number boneID
Index of the bone you want to manipulate
2 Vector scale
Scale vector to apply. Note that the scale is relative to the original bone scale, not relative to the world or the entity.