how to let my second for i loop start at button 37?
01 | local numberoftime = 36 |
02 | local numberoftime 2 = 100 |
03 | local frame = script.Parent.Parent.AlanWalkerFaded |
05 | script.Parent.MouseButton 1 Click:Connect( function () |
07 | script.Parent.Parent.TextLabel.Visible = false |
08 | script.Parent.Visible = false |
10 | frame.Round 1. Visible = true |
12 | frame.Round 1. Visible = false |
13 | frame.Button 1. Visible = true |
15 | for i = 1 , numberoftime do |
16 | frame:WaitForChild( "Button" ..i).Visible = false |
17 | frame:WaitForChild( "Button" ..i+ 1 ).Visible = true |
20 | frame.Button 37. Visible = false |
21 | frame.Round 2. Visible = true |
23 | frame.Round 2. Visible = false |
24 | for i = 1 , numberoftime 2 do |
25 | frame:WaitForChild( "Button" ..i).Visible = false |
26 | frame:WaitForChild( "Button" ..i+ 1 ).Visible = true |
so i have a second for i loop but i want it to start at button 37 how can i solve this issue?