rightBottom.Transparency = 0
Theres an error in that line that I can't figure out what is causing it All it says is "Transparency can't be assigned to".
Heres some more information.
local group = script.Parent local leftTop = group["Left Top"] local leftMiddle = group["Left Middle"] local leftBottom = group["Left Bottom"] local rightTop = group["Right Top"] local rightMiddle = group["Right Middle"] local rightBottom = group["Right Bottom"]
All the variables ^
https://gyazo.com/15d1d96aaff0ce069fa5f8b143bdb4ca
The part of the explorer ^