Okay, so whenever I click the menu button it is supposed to be for rebirths, nothing pops up. This is my script:
local replicatedStorage = game:GetService("ReplicatedStorage") local starterRebirthAmount = 5000
local player = game.Players.LocalPlayer local mainFrame = script.Parent:WaitForChild("MainFrame") local rebirthMenu = mainFrame:WaitForChild("RebirthMenu") local mainButton = script.Parent:WaitForChild("MainButton") local rebirthButton = rebirthMenu:WaitForChild("RebirthButton") local strengthToRebirth = rebirthMenu:WaitForChild("StrengthToRebirth") local rebirths = player:WaitForChild("leaderstats").Rebirths