Getting the Library
Notify
Returns a Notification class, containing it’s renders.A table containing the duration and text of the notification. E.g.
{ Time = 3, Text = "Hello, world!" }Card
Returns a Card class, containing it’s renders, visibility and fade cache.A table containing render info for the Card.
instance?: ParentUDim2?: PositionUDim2?: Sizeboolean?: Draggableboolean?: Invisiblestring?: Textboolean?: FadeFind
Returns the first Window within the Library from the given name and the Index it is cached at internally within the Windows cache.The name of the Window.
Fade
Fades an Object for 0.25 seconds, fires the Object’s fade callbacks and closes all of the Object’s open content. Object must contain “Outline”, this is required for fading to function and serves as the highest frame in the hierarchy.The Object to fade.
The new Visibility to fade into.