Returns the page with the given name. This function errors if a page does not exist with the given name. To create a new page, use New() instead.

Definition

Page Load (String name)

Arguments

  • String name The name of the page. Used to load it in future instances of the RBXMod. Names are RBXMod-specific and pages cannot be shared with other RBXMods.

Returns

Returns a Page object. This is a userdata.

Example

local myPage = Page.Load("myPage")