local root = script.Parent
local buttons = root:WaitForChild("Sections")
local pages = root:WaitForChild("Pages")
local uipagelayout = pages:WaitForChild("UIPageLayout")
local current_button = buttons:WaitForChild("Inventory")
uipagelayout:JumpTo(pages.Inventory)