How can I get this foor loop to work?
How can I get this to work?
02 | local Text = game.Workspace.Text |
05 | if game.Players.NumPlayers > 0 then |
06 | Text.Value = "The game is ready" |
08 | Text.Value = "The battle will begin in: " |
12 | Text.Value = "All fighters to the doors" |
14 | Text.Value = "The doors are now opening" |
19 | for k, r in pairs (game.Workspace.InvisibleWalls:GetChildren()) do |
20 | r.CFrame = r.CFrame+ Vector 3. new( 0 , 1 , 0 ) |
23 | until game.Workspace.InvisibleWalls:GetChildren() [ 1 ] .Position.Y > = MoveUntil |
26 | Text.Value = "You need 2 players to begin" |
How can I get this to continously float up by 1 block?