Loading...
Uploaded by lolstephie on Feb 28, 2009
Teaching you how to use a while true do loop, the beggining that was blocked out says "a while true do loop is basically saying"
Education
Standard YouTube License
How do you execute the While True Do Statement
Desruct 1 month ago
simple :3
Leitrisar 7 months ago
Ro-name:Oblivic
Xionialatron 2 years ago
try this:
while true do
a = script.Parent:clone()
a.Position = Vector3.new(script.Parent.Position.x, script.Parent.Position.y + 1, script.Parent.Position.z)
wait(1)
end
it will make SO MUCH LAG...
it clones itself... with the script... so it makes 2.. then 4... then 8, 16, 32, 64, 128, 256 . . etc...
LAG ALERT
Load more suggestions
How do you execute the While True Do Statement
Desruct 1 month ago
simple :3
Leitrisar 7 months ago
Ro-name:Oblivic
Xionialatron 2 years ago
try this:
while true do
a = script.Parent:clone()
a.Position = Vector3.new(script.Parent.Position.x, script.Parent.Position.y + 1, script.Parent.Position.z)
wait(1)
end
it will make SO MUCH LAG...
it clones itself... with the script... so it makes 2.. then 4... then 8, 16, 32, 64, 128, 256 . . etc...
LAG ALERT
Xionialatron 2 years ago