Reference API Roblox

Engine API

Website

Related

Reference API Roblox

BodyPartR15

BodyPartR15 is an enum with entries for each of the 15 body parts of an R15 character (plus an entry for the HumanoidRootPart).

Items 17

HistoryNameValueDescription
348Head0

Reference to a Humanoid's Head.

348UpperTorso1

Reference to a Humanoid's UpperTorso.

348LowerTorso2

Reference to a Humanoid's LowerTorso.

348LeftFoot3

Reference to a Humanoid's LeftFoot.

348LeftLowerLeg4

Reference to a Humanoid's LeftLowerLeg.

348LeftUpperLeg5

Reference to a Humanoid's LeftUpperLeg.

348RightFoot6

Reference to a Humanoid's RightFoot.

348RightLowerLeg7

Reference to a Humanoid's RightLowerLeg.

348RightUpperLeg8

Reference to a Humanoid's RightUpperLeg.

348LeftHand9

Reference to a Humanoid's LeftHand.

348LeftLowerArm10

Reference to a Humanoid's LeftLowerArm.

348LeftUpperArm11

Reference to a Humanoid's LeftUpperArm.

348RightHand12

Reference to a Humanoid's RightHand.

348RightLowerArm13

Reference to a Humanoid's RightLowerArm.

348RightUpperArm14

Reference to a Humanoid's RightUpperArm.

348RootPart15

Reference to a Humanoid's HumanoidRootPart.

348Unknown17

Unknown R15 Humanoid body part.

Description

BodyPartR15 is an Enum used with both Humanoid:GetBodyPartR15() and Humanoid:ReplaceBodyPartR15() to find and replace specific body parts of R15 characters.

History 18

Settings