New child does not follow parent’s visibility attribute

Reproduction Steps

  1. Open the following file: BookingUI.rbxm (12.9 KB)
  2. Disable “TOSFull” visible attribute
  3. Parent the folder “Hint” into “TOSFull”

Expected Behavior
TextLabel in the folder “Hint” should be invisible.

Actual Behavior
Children in the folder “Hint” remain visible, despite that their new parent “TOSFull” has their visible attribute disabled.

Thanks for the report! We’ve filed a ticket to our internal database and we’ll follow up when we have an update for you.

2 Likes

Thanks for the report! This have been an issue on our list that reparenting folders could fail to trigger a render update, for short term fix of your case specifically, you could try either of those methods:

  1. putting those objects under the folder into a transparent frame instead, which theoretically would correctly trigger the visibility update when reparented.
  2. move folders into / outside ScreenGuis whenever need it / no longer need it to display.

The latter would also benefit with input processing.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.