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.
You need to load the library
first.
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?