Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I change the transparency of something by -0.variable in a for loop?

Asked by 3 years ago

So far all I have is

for i in 1,5 do
        local TraVar = -0.2
        Target.Transparency.Value - TraVar = Target.Transparency.Value

    end

But I dont really understand how I would even do this, but I tried.

-thanks in advance, snipperdiaper

Answer this question