Property: RenderPriority — CFrame

Render priority of the element (512 is default value). Frames with higher priority will render on top of others.

Attributes

@ val  
[ Uint16 ]

Description

When this property is not set, rendering priority is determined by the order in which elements were defined.

Caveats:

  • This property will take effect only among sibling elements. To sort out issues with render priority across the frame hierarchy, you must inspect all affected nodes and set them up appropriately.
  • Cannot be used to re-order elements that use different RenderType.