How do i make <NumberSequence> widthscale for trail in script?


need a help

1 Like

NumberSequence.new should be your best friend then

what if i want it go from 1 to 0 width scale size?

I’m assuming you do something like this

NumberSequence.new(1, 0)

smth like that? Trail.WidthScale = NumberSequence.new(1, 0)

Yea, it should work

characterlimts

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.