How do you execute the While True Do Statement
Desruct 1 month ago
simple :3
Leitrisar 8 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
How do you execute the While True Do Statement
Desruct 1 month ago
simple :3
Leitrisar 8 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