So, I’m making a game that contains 2D model sprites
The issue is, there is a weird line that I cannot get rid of one sprites, on others it doesn’t exist while on the green tree it does. Look at this image for reference
I have no clue how to get rid of it, I will appreciate any help. And no, it’s not an issue on my decal’s end.
2 Likes
That line maybe is the texture trying to repeat itself like a normal beam. Does changing the width of the sprite do anything?
1 Like
RayK_iv
(Ray)
August 26, 2025, 11:49pm
4
Ok, so this is just an issue with beams in general… add like 10 pixels of empty space at the bottom of your texture and that should solve the issue!
1 Like
I’ve tried that however it hasn’t fixed anything sadly
TactiKat
(Tacti)
January 6, 2026, 6:24am
6
Yeah i think that’s just the bottom of your tree texture repeating, try moving it up a bit using TextureSpeed until it disappears.
1 Like
system
(system)
Closed
March 5, 2026, 1:20pm
7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.