Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. In this article, the while loop is used to repeat instructions forever. To create a while loop that repeats forever, use the syntax below, being sure to include instructions between the do and end keywords.

  2. 8 gru 2022 · If you want to repeat a task until a certain condition is false, you can use a repeat until loop. For example: repeat print("Number is less than 10") num = num + 1 until num >= 10

  3. 1 maj 2022 · Say, you wanted to wait for the player in a script, you would do: repeat wait() until game.Players.LocalPlayer. Alternatively, if you wanted wait for a specific folder in the player, you would do: repeat wait() until game.Players.LocalPlayer:FindFirstChild("SomeFolder")

  4. 2 dni temu · StartBlinkingEvent.Event:Connect(function() repeat for _,Lights in pairs(LightsTable) do if Lights:IsA("BasePart") then Lights.BrickColor = BrickColor.new("Really red ...

  5. 15 mar 2020 · Learn how to use repeating in Roblox scripting also known as "repeat until". A very useful statement to repeat code over and over until a certain condition is met, but how do they...

  6. 11 maj 2020 · You can achieve this with a while loop. Please keep in mind with an infinite loop, no code below the loop will be run (unless placed in a separate thread, preferably using coroutines)

  7. 13 lut 2022 · In this Roblox scripting scripts tutorial, you will learn how to use the widely used REPEAT (UNTIL) Loop in programming for our scripts in Roblox. The repeat loop will keep on...

  1. Ludzie szukają również