Main public logs
From ROBLOX Wiki
Jump to navigationJump to search
Combined display of all available logs of ROBLOX Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:19, 10 December 2024 PRG talk contribs created page How to Script Anything/Chapter2 (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...")