#How do I spawn particles with a velocity ?
1 messages · Page 1 of 1 (latest)
dust doesn't support velocity, nor is this the correct syntax for velocity
Which particles do and how do I make it ?
set velocity of {_particle} to vector(...)
most do, a few (mostly with extra data) don't
I'm trying but set {_particle} to last spawned particle gives me an error
alright
you cannot modify a particle after it's drawn
set {_particle} to flame particle
set velocity of {_particle} to vector(0,1,0)
draw {_particle} at {_loc}
tried this. No errors but the particle doesn't spawn
wait nvm, server lagged
It worked thank you
Consider increasing someone's reputation with </reputation increase:1458495875985969212> if you found them to be helpful!
great, gl
also can you set the lifetime of particles ?