Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I have worked hard on this script but it isn't working, nothing pops up?

Asked by 2 years ago

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

0
all this is, is a bunch of variables, theres no actual code that does anything Vetrodex 22 — 2y
0
these are variables, there is no function to execute anything. The script only has variables. ScentedTrashCan 16 — 2y

Answer this question