Flat, rotating, image?

i am trying to make a flat image rotate below the character as an aura. so i first tried a particlesystem for it, but then i encountered an issue where the particle wouldnt spawn at first for the rate time after spawning (in this case 0.2, once every 5 seconds, so the first particle wouldnt appear for 5 seconds). so i tried to substitute a particlesystem for a surfacegui, that also didnt work because i cant get it to have a emissive look. (emissive textures cannot be darker than their backgrounds) i could provide more details if necessary.

Are you loading the image before it’s needed, then enabling it to turn it on?
Or are you loading it in when you need it which may lag a little causing your issue.
You could also use ParticleEmitter:Emit() ParticleEmitter | Documentation - Roblox Creator Hub to emit your first Particle then use the standard emitter properties to release the next ones.

1 Like

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