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

how to let my second for i loop start at button 37?

Asked by
hokyboy 270 Moderation Voter
5 years ago
01local numberoftime = 36
02local numberoftime2 = 100
03local frame = script.Parent.Parent.AlanWalkerFaded
04 
05script.Parent.MouseButton1Click:Connect(function()
06frame.Visible = true
07script.Parent.Parent.TextLabel.Visible = false
08script.Parent.Visible = false
09wait(9)
10frame.Round1.Visible = true
11wait(1)
12frame.Round1.Visible = false
13frame.Button1.Visible = true
14wait(.6)
15for i = 1, numberoftime do
View all 30 lines...

so i have a second for i loop but i want it to start at button 37 how can i solve this issue?

1 answer

Log in to vote
0
Answered by
hokyboy 270 Moderation Voter
5 years ago

For any other pepole having this issue i made a folder inside my frame called part 2 and let the second for i loop find that folder!

0
glad you got it working royaltoe 5144 — 5y
Ad

Answer this question