Help with the explosion effect

Hi,

How do I make it so that an explosion woulds wait an amount of time then play/ since when I play the explosion just starts. Is there a way to do this?

Note: By explosion I mean the explosion effect

From,
File

You could use wait() and then add the explosion.

How dod I add something? I forgot how to.

This should explain what to do, please do adequate research before posting on the wiki.

I know how to use the wait stamens but not how to add an item.

I’m not sure what you mean. You can add an explosion through:

local Explosion = Instance.new("Explosion", parent)

oh. So thats how you do it. Wowza.