hello
welcome to the documentation of Janel, a RetroStudio window service
to even make any action with Janel at all, you need to use a Invoke Bindable Function block with some set properties that is gonna be soon presented in this documentation
OpenWindow: alias, id, size, pos, draggable
creates a window with the name id with the name on the title being alias, with the size of size in pixels with position pos. if it's draggable you can drag the window everywhere
CloseWindow: id
closes the window named id.
AddContent: object, portion(viewport/title), id
adds a foreign object into a portion of the window with name id.
RemoveContent: object, portion(viewport/title), id
attempts to remove a frame with the name object inside of a portion of window id.
ChangeWindowProperty: id, property(title, size, pos, alias, draggable), value
changes the window id's property to value.
pos and size - UDim2
id, alias, portion and property - String
draggable - Boolean
object - Object
value - Any
PS: the functions are located at Janel > Resources > Functions
THE CURRENT VERSION OF JANEL IS VERSION 0.1
click here to see where Janel's Discord plugin is