So it all works but then when I want to upload again, it puts me at the ending frame again, this is what it looks like, and this is the script.
https://www.youtube.com/watch?v=YXQUiwpqklM
db = false local a = workspace.hgrib local b = workspace.poopeeq local c = workspace.e4 local d = workspace.seeit local e = workspace.robuxxxxx local f = workspace.guc wait(3) script.Parent.Image = a.Texture wait(3) script.Parent.Image = b.Texture wait(3) script.Parent.Image = c.Texture wait(3) script.Parent.Image = d.Texture wait(3) script.Parent.Image = e.Texture wait(3) script.Parent.Image = f.Texture wait(3) for i,v in pairs(game.Players:GetPlayers()) do if v.school.Value == true then script.Parent.Parent.Parent.Earnings.Earnings1.Visible = true v.leaderstats.Money.Value = v.leaderstats.Money.Value + 147 elseif v.good.Value == true then v.leaderstats.Money.Value = v.leaderstats.Money.Value + 249 script.Parent.Parent.Parent.Earnings.Earnings2.Visible = true elseif v.gaming.Value == true then v.leaderstats.Money.Value = v.leaderstats.Money.Value + 471 script.Parent.Parent.Parent.Earnings.Earnings3.Visible = true end end