Trail not being constantly active

Heya!
Im trying to make a “Moon orbiting planet” system and I got it to work quite well. Although the trail I’ve installed on the moon just doesn’t look correct? It stutters around weirdly and doesn’t create new trail segments until the old one is gone.

I’d greatly appreciate any help!!!

I’m very familiar with trails and I’m pretty sure what’s happening is that the trail is hitting a specific length and resetting so you should set MaxLength to 0 in the properties

1 Like

Thanks for your reply!
Well uhhh… My MaxLength is 0

1 Like

Oh my god I managed to fix it myself!
The issue was that MinLength was at 0.1

I was about to say change MinLength glad that you fixed it; I couldn’t see your properties before so I didn’t know

1 Like