what does script.parent mean in lua code example
Example: what is script.Parent?
-- script.Parent is a command that allows the person to make the code refer the Part's "Parent"
script.Parent.Transparency = 1
-- script.Parent is a command that allows the person to make the code refer the Part's "Parent"
script.Parent.Transparency = 1