Active Part's Part UUID (Expression) — DisplayEntityUtils

Addon: DisplayEntityUtils · Category: Expression · Since: 2.6.2, 3.0.0 (Packet), 3.3.2 (Plural)

Syntax

[the] part uuid of %activeparts%

Description

Get the part uuid of an active part, used to identify the part in its group and for animations. This is different than the uuid of the entity a part represents. Part UUIDs are typically used to identify which part is which internally for animations

Examples

set {_uuid} to {_spawnedpart}'s part uuid

#3.0.0 and later
set {_uuid} to {_packetpart}'s part uuid

View source