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

Why can't Transparency "be assigned to"?

Asked by 3 years ago
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".

0
Can you give us more information? Like the variable for rightBottom, and possibly that part of your explorer's heirarchy? Bearturnedhuman 48 — 3y
0
Could you explain your problem a little bit more, and show us your whole code? killerbrenden 1537 — 3y

2 answers

Log in to vote
0
Answered by
goodlead -62
3 years ago
game.Workspace.Part.Transperancy = 0
Ad
Log in to vote
0
Answered by 3 years ago

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 ^

0
By the way, this is happening to both rightBottom and leftBottom. comfycouchman 0 — 3y
0
Can somebody figure out what's happening? comfycouchman 0 — 3y

Answer this question