I need this script for a tycoon button, so whenever the button has 1 transparency, the decal also has it, but it changes when the button is seen.
script.Parent.Parent:GetPropertyChangedSignal("Transparency"):Connect(function() script.Parent.Transparency = script.Parent.Parent.Transparency end)