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

textlabel not visible out of frame?

Asked by 6 years ago

Hi everyone! I've got the following problem. When i move a textlabel out of it's parent (the frame) it's still visible even when it's not in the frame. I remember that i once (a year or more ago) found a property that fixed this. If the textlabel was out the frame, you couldn't see it anymore.

Does anyone know that properie or another way to do it?

Thanks, Jonas (marketmanager1 on roblox)

0
textlabel.Visible = false movsb 242 — 6y
0
Visible property on any Gui element determines if the element is rendered (visible) on the screen. I'm not sure why you're changing the parent of the textlabel but if you're looking to just hide it from view then use this property. xPolarium 1388 — 6y

1 answer

Log in to vote
1
Answered by 6 years ago

ClipsDescendants

0
Thanks! marketmanager1 52 — 6y
Ad

Answer this question