Color
Готовая палитра цветов.
Example
local BtnExapmle = PluginComponents.Component.Btn.New()
.SetBackgroundColor(PluginComponents.Color.Blue)Available range of colours
You can use Color3.

Last updated
Готовая палитра цветов.
local BtnExapmle = PluginComponents.Component.Btn.New()
.SetBackgroundColor(PluginComponents.Color.Blue)You can use Color3.

Last updated