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

How to change transparency for all children of a Parent with a LocalScript?

Asked by 6 years ago
Edited 6 years ago
local trail = script.Parent:WaitForChild("trail1") --instead of just trail 1 I want this local variable to affect every child.




local twoValueSequence = NumberSequence.new(0, 1)

trail.Transparency = twoValueSequence

end

Answer this question