How do i make particle last forever?
So it doesnt respawn with a delay, that looks ugly
1 Like
Try using Billboard Gui, Surface Gui, Decal, etc. Basically create physical Particles
but i wont make a script to rotate it
Just adjust the lifetime and rate till it looks nice.
try this:
lifetime = 1
rate = 1.5
rotation = 90
You can add More lifetime
or rate but don’t give a speed
personally, i’d stay away from using particles. users with low-end devices will see a very choppy result when playing, since graphics levels heavily effect particles.
as @absentdenik mentioned previously, i suggest you try gui elements instead.
1 Like