Script ‘Players..PlayerGui.NoOverlap.AutoRebirthGUI.Manager’, Line 44
and this is the line of code
for _,button in buttonFrame:GetChildren() do
if button:IsA(“UIListLayout”) or button.Name == “InvisibleHolder” then continue end
local price = (button.Name250)(player.PlayerData.Data.Rebirths.Value+1)
button.InnerHolder.TextLabel.Text = abbrevModule.abbreviate(button.Name)..” Rebirths for “..abbrevModule.abbreviate(price)..” Clicks”
if button.Name == “1” then button.InnerHolder.TextLabel.Text = “1 Rebirth for “..abbrevModule.abbreviate(price)..” Clicks” end
CGS_Shawn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.