Hi ! I I'm looking for how to reduce the trail length ? Thanks
util.SpriteTrail
Thank's for ur answer but don't works
ply.StarsTrail = util.SpriteTrail(ply, 0, modifications.color, false, 15, 1, 4, 0.125, 1 lifetime, self.Material)
Then you're doing wrong.
If you're looking for someone to give you exact code, stop.
util.SpriteTrail( Entity ent, number attachmentID, table color, boolean additive, number startWidth, number endWidth, number lifetime, number textureRes, string texture )
Try reading 🤔
Yes so i just need to change "here" whith my number
ply.StarsTrail = util.SpriteTrail(ply, 0, modifications.color, false, 15, 1, 4, here, 0.125, self.Material)
(ply, 0, modifications.color, false, 15, 1, 4, here, 0.125, self.Material)
no you've added a value instead of changing the value.
Sorry, you need to Log In to post a reply to this thread.