Search
 
SCRIPT & CODE EXAMPLE
 

LUA

roblox while true do

while true do
	wait()
    print("Looping through forever")
end
Comment

roblox while true do

local loops = 0
while loops < 101 do
	loops = loops + 1
    print("Looped through "..loops.."times")
end
Comment

when do true loop on roblox

when true do
wait(1) -- put any number
-- code here
end
Comment

PREVIOUS NEXT
Code Example
Lua :: wails compile 
Lua :: roblox manually stop command bar loops 
Lua :: how do i use the love errors module lua assist 
Lua :: how to enable https service roblox 
Lua :: name is not a valid member of Folder roblox 
Lua :: Lua how to comment 
Matlab :: matlab string to int 
Matlab :: transfer function get num and den matlab 
Matlab :: pyspark dense 
Matlab :: octave wait 
Matlab :: odd even in array matlab 
Matlab :: how to multiply matrixes in matlab 
Basic :: freecodecamp basic algorithm scripting return largest numbers in arrays 
Basic :: c++ code to c code converter 
Basic :: do you like messi in korean 
Elixir :: elixir write base64 to file 
Elixir :: how to split a string in elixir 
Scala :: ValueError: If using all scalar values, you must pass an index 
Scala :: sum type scala 
Scala :: how to tell what type a variable is scala 
Excel :: google sheets convert month to number 
Excel :: set row as header excel 
Perl :: Move files to new directory 
Pascal :: pascal sleep 
Powershell :: get-childitem supress errors silently 
Clojure :: how to do operations inside a list clojure 
Assembly :: docker cannot stop container 
Assembly :: node js vulnerabilities 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: jquery unselect option 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =