to make it a bit cleaner you could’ve done:
for i = 1, 6 do
explosion()
task.wait(0.1)
end
to make it a bit cleaner you could’ve done:
for i = 1, 6 do
explosion()
task.wait(0.1)
end
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.