How to Script Anything/Chapter2: Revision history

From ROBLOX Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 December 2024

  • curprev 23:1923:19, 10 December 2024 PRG talk contribs 5,063 bytes +5,063 Created page with "<!-- Recreation, source wasnt archived --> {{CatUp|How to Script Anything}} ==Chapter 2: Flow Control== Especially in Roblox, if there was no way of controlling what happens, there would be very little that could be done. One way of controlling the "flow", or what the script executes next, is by using events (in Chapter 3). ===While Loops=== A while loop uses the syntax <pre> while condition is true do [Statements] [break] end </pre> Using the "break" command is..."