Pages

This is how you can add a page to your UI.

local PageName = OwlHub:new("Page Name") -- Page name is the title.

Feel free to copy this to your code editor / exploit.

An example would be:

local OwlHub = loadstring(game:HttpGet("https://pastebin.com/raw/T4pSfwCj",true))()
local Page1 = OwlHub:new("Page 1")

Last updated

Was this helpful?