Get started
Last updated
Last updated
Download rblx file from DevForum
Open LS Example
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: