Proximity prompt help needed

How do I make the ParticleEmitter (StartBoom) emit 100 particles when the proximity prompt is pressed?
image
I have tried multiple ways on my own, I’ve watched tutorials and looked for information online but nothing came up that helped. So if anyone could tell me how I’m supposed to make it work please do.

On line 6 add this:

StartBoom.Rate = 100

you didnt even tell the script what to do when the proximity prompt is triggered

1 Like
StartBoom:Emit(100)

???

1 Like

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