Weird line appearing at the end of trail

Hello!

Basically the title. When I move a trail around, it has a weird line at the end. How do I remove it?

Here’s a repro file:
Trail.rbxm (3.5 KB)

Here’s the texture I’m using:
TaperedTrail

1 Like

Fairly certain it was a floating point error. Setting the trail’s TextureLength property to 0.98 removed the line.

2 Likes