Trail doesn't start immediately

I have a wand that shoots a projectile with a trail, the trail takes a moment to appear. I want the trail to appear instantly to not have a large gap. How would I do this?

1 Like

Use a particle emitter instead or first , the trail

I’m not sure if this is what you’re talking about, but in the video, the part spawns pretty far away from you in the first place

Wait a single frame when the projectile first gets created. This allows time for the Trail to update and determine a “starting” position first before it needs to draw.

Try having the part already there and make it move and visible when you activate it.

this works perfectly, thank you

It works perfectly, thank you very much!

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