Get started

Download example

Download rblx file from DevForum

Start

Open LS Example

Let's look at a simple example

Result:

How does it work?

We create a simple container, using a function:

PluginComponents.Component.Container.New()

Next, use a point to change the properties of the created object

Container.SetParent(script.Parent)

.SetHeight(0, 600)

.SetWidth(0,360)

In doing so, obtain an autocomplete after each point:

Last updated