I have this problem in my script, could somebody please help me?
Asked by
7 years ago Edited 7 years ago
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
02 | local a = workspace.hgrib |
03 | local b = workspace.poopeeq |
05 | local d = workspace.seeit |
06 | local e = workspace.robuxxxxx |
07 | local f = workspace.guc |
10 | script.Parent.Image = a.Texture |
12 | script.Parent.Image = b.Texture |
14 | script.Parent.Image = c.Texture |
16 | script.Parent.Image = d.Texture |
18 | script.Parent.Image = e.Texture |
20 | script.Parent.Image = f.Texture |
23 | for i,v in pairs (game.Players:GetPlayers()) do |
24 | if v.school.Value = = true then |
25 | script.Parent.Parent.Parent.Earnings.Earnings 1. Visible = true |
26 | v.leaderstats.Money.Value = v.leaderstats.Money.Value + 147 |
27 | elseif v.good.Value = = true then |
28 | v.leaderstats.Money.Value = v.leaderstats.Money.Value + 249 |
29 | script.Parent.Parent.Parent.Earnings.Earnings 2. Visible = true |
30 | elseif v.gaming.Value = = true then |
31 | v.leaderstats.Money.Value = v.leaderstats.Money.Value + 471 |
32 | script.Parent.Parent.Parent.Earnings.Earnings 3. Visible = true |