Help for hiding Children's with the Parent

So far I have been doing soso with modifying Zed’s code to customize it to my liking, but I need someone’s help with this part I’m stuck on. I want to hide the Gui with TextLabel and particles at the same time as the button and I can’t figure out how (They are children of the “Head” Part)

In the video you can see the button fading out in the window, leaving the hover gui and particles
And the highlighted code in the video is my lousy attempt at trying to hide them
I am learning while making this game, so don’t tease me if it’s just a simple line to add XD

Video: https://gyazo.com/2c99c665025e3ed3f3ccc8f0491654fd

Just disable the screen Gui? Also, Idk what are you referring to Child in your script
E.g: item.Head.Gui.Enabled = false

I will try this right away thank you for your time and I meant the head part’s children’s, those being the BillboardGui & TextLabel, also the particles.

Welp, din’t figure it out, your way was probably right, I was just in the wrong section of the code, but now I need to try and fetch the Particles for the Variable. XD

1 Like