Hello, i’d like to achieve seeing a trail while standing… i mean, i want to see the trail when i’m not moving since i want to it so the player can see the trail they equip so i thought why not convert it to a beam since they’re similar but there’s a problem… beam doesn’t have lifetime or WidthScale so i don’t know what i should do
This might not be especially helpful, since I haven’t used either of these effects.
But a good place to start might be to play around with a Beam
object and make it look like you want. After you have a Beam
you’re happy with, try looking at the properties. By comparing these to the properties of your trail you should (hopefully) be able to create a beam version of your trail.
If you require further help I can probably look into it.
It won’t work since if the Trail object has a property named WidthScale which is sequence running while the trail is and that property ain’t available for Beam so i don’t think i could simply show the trail with a beam, any other suggestion?
Well, while the Beam might not have a WidthScale it might have other properties or ways to make it look similar. That’s my only suggestion sadly.