Explosion type not working

to make it a bit cleaner you could’ve done:

for i = 1, 6 do
explosion()
task.wait(0.1)
end
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.