1 | 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.
1 | local group = script.Parent |
2 | local leftTop = group [ "Left Top" ] |
3 | local leftMiddle = group [ "Left Middle" ] |
4 | local leftBottom = group [ "Left Bottom" ] |
5 | local rightTop = group [ "Right Top" ] |
6 | local rightMiddle = group [ "Right Middle" ] |
7 | local rightBottom = group [ "Right Bottom" ] |
All the variables ^
https://gyazo.com/15d1d96aaff0ce069fa5f8b143bdb4ca
The part of the explorer ^