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

Gui Visible cannot be changed?

Asked by 5 years ago

So Im getting an error that says: 22:12:27.962 - Visible cannot be assigned to. This happens from a line where I have a frame gui and I try to change its visibility. I'm not sure why this is happening because there are a ton of other scripts that do the same thing to other gui instances in my place. I have never seen this error before. Also yes this is done in a local script in the player gui and it doesn't work in studio or in live games. This is really weird to me because it makes it seem like the visible property is read only, which it obviously should not be. Here's the line that creates this error(Also, the variable EditPlanterFrame is earlier defined as a frame.):

    EditPlanterFrame.Visible = true
0
Probably something in your script is doing this, though it's unlikely. It's always helpful to post the full code User#19524 175 — 5y
0
I would but its super super long. Wafflecow321 457 — 5y
0
Still post it. User#19524 175 — 5y
0
Are you trying to set it from the server? CPF2 406 — 5y

Answer this question