Help how to hide frame/image behind invisible stuff

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    i need help on how to make an invisible image or any button that hides some stuff
  2. What is the issue? Include screenshots / videos if possible!

    i want to make it to hide the bar and aswell the arrow behind the invisible button (transparency set to 1 of course) but idk how to achieve it
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

didnt find one

OK
so i want basically to try to find an method to hide some certain images behind an invisible button/anything image label etc
but i dont know if that exists or not because i want to remake an simple fnf engine to play myself
and i need help how to hide the stuff and yes i tried coding

1 Like

Frame (set the property → ClipDescendants : true)

  • ImageLabel
  • Bar (Frame)
1 Like

let me show u cuz i dont know how to explain

1 Like


it can be possible probably coding but i dont know how so

I told you. the answer to this is ClipDescendants.

If u have a frame and it has Image or TextLabel inside you can set it to true and if the Image or Text is out of bounds of the Frame it will cut the thing.

1 Like


As you can see here… the FrameB have ClipDescendants to true

even if its a transparent Frame, TextLabel, ImageLabel, etc. it will cut any visual inside.

2 Likes

sorry for that late because this account im using on devforum IS TERMINATED is the only and im creating an new one
thats why i couldnt respond and followed you in my alternate
and no it didnt work i will show u what is the image look like
image
image

1 Like

i guess only solution is rescripting

1 Like

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