Is there a way to make an object fade out starting from 1 side?

So I wanted to make a part fade out starting from the left side and ending on the right side
is there a way to do this using TweenService or something else?

You cannot do this with a single part though, you would either need to use very slim parts to form a box or use planes(can be made with 3D modeling programs and imported as a mesh). You are correct to use TweenService to make each side fade.

1 Like

I’m sure it’s possible. Get the positions of all the parts, put them in order from furthest to closest to which side you want to fade out first. Then systematically fade them away with a individual thread function. Peez

You might be able to use the new texture offset values with a transparent texture the color of the underlying part to fake a fade out effect on a part.

1 Like

I’ll try that thanks for the reply