Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how do I make a particle go higher and lower?

Asked by 4 years ago

Im really bad at scripting and I want to build a block that changes particle hight every 3 seconds but how? I've tried and cant get it to work I've tried to make it so it goes high up then goes really low but Idk how? can anyone help?

view source

local Min = 0.1
local Max = 5


workspace.ParticleMaker.ParticleEmitter.Lifetime = Min
wait(10)
workspace.ParticleMaker.ParticleEmitter.Lifetime = Max

Thats what I tried

0
Do you mean the way the particle goes like more fire or less fire? if so you dont have to use a script you can edit that in side the proproties tab. JuzeyPlayz -83 — 4y
0
Are you getting any errors in output? NoahsRebels 99 — 4y
0
He wants to change the lifetime every few seconds, so you do need a script to do that NoahsRebels 99 — 4y
0
Oh ok JuzeyPlayz -83 — 4y

Answer this question