Lib
Abstract:Create(<string> UIName, <UDim2> UISize)
Parameters
Parameter
Type
Description
Default
UIName
string
Name of the ui
"UILibrary"
UISize
UDim2
Size of the ui
UDim2.new(0, 400, 0, 450)
Returns
UI
Example
local UI = Abstract:Create("UI Library", UDim2.new(0, 400, 0, 450))
Last updated
Was this helpful?