Skip to content

Api > Transform > SetSiblingIndex()


Transform.SetSiblingIndex(number index)⚓︎

Sets the sibling index.

Parameters:⚓︎

Name Type Description
index number Index to set.

Usage⚓︎

---@type Transform
local transform;

---@type number
local index;


transform.SetSiblingIndex(index)