WrapLayer

WrapLayer : Instance

Overview

The WrapLayer is a class in Roblox that allows developers to create custom wrapping or layering effects on 3D objects, providing utility for customizing appearances with intricate layers.

Description

The WrapLayer class is designed to enhance the visual aesthetics of 3D models by enabling developers to layer different wrap effects or textures. It is commonly used for creating advanced clothing, textures, or surface details that overlay character or object meshes seamlessly.

Properties

Order

number

The Order property determines the rendering priority of the WrapLayer. Layers with lower Order values are rendered first, while those with higher values overlay on top. This property is particularly useful when working with multiple layers on a single object.

Code Samples

local WrapLayer = script.Parent

print(WrapLayer.Order)

Methods

Events