Entity of Spawned Part (Expression) — DisplayEntityUtils

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

Syntax

[the] [true] [spawned] part entity of %spawnedparts%

Description

Get the Display or Interaction entity that a part represents. This should only be done on non-packet based parts

Examples

set {_entity} to {_spawnedpart}'s true entity

#3.3.2 and later
set {_entity} to {_spawnedpart}'s spawned part entity

View source