How to stop this loop?

	for i ,v in pairs(Standclone:GetChildren()) do
		if v:IsA("BasePart") then
			local auras = script.aura2:Clone()
			auras.Parent = v
			wait(0.8)
			auras:Destroy()
		end
	end

how to stop this loop i want to stop this

When do you want to stop the loop? break will exit the loop, but the request is a bit vague.

i dont want to loop this and way to make that?

What is “that”? What are you trying to do?

i making a jojo game , and i want to make the summon effect so when player summon the summon effect show and wait 0.8 the summon effect Destroy

What’s the condition to stop the loop? What will cause this loop to stop running.

or how to make summon effect in stand whole body and wait 0.8 all summon effect destroy