
How do I make a custom image clip other guis? - Roblox
Jan 27, 2024 · What I have here is a sliced off hp bar. I want the green bar to also get sliced off along the red bar when you are max hp but as you can see, that is not happening. ClipsDescendants only works when the UI is outside of it’s borders rather than the image itself.
Clip SurfaceGui according to part shape - Roblox
Feb 25, 2024 · So I’m trying to make a phone in Roblox with parts, but I’ve run into quite a big problem I’m using a SurfaceGui adorneed to a Union named ScreenAdornee, but I can’t seem to get the GuiObjects to clip according to the shape of the Union (shown below) I’ve tried a lot of things including; parenting the GuiObjects to a Frame that has a UICorner and ClipDescendants on (didn’t work ...
How to clip frames? (it won't work) - Art Design Support - Roblox
Jan 26, 2025 · I am trying to make a stamina bar but when the bar reaches 1%, it ends up looking weird (ignore the text): I have tried enabling ClipsDescendants in StaminaBar but it doesn’t seem to do anything. My explorer tab looks like this: Does anyone know what I can try doing? Thanks!
How to clip circular ui elements - Art Design Support - Roblox
Dec 25, 2022 · Im making a UI for my new game and was wondering if it was possible to clip this specific part of the UI. The part Im trying to clip is the bar part of the charge frame. The charge frame has a roundness of 1 so its a circle, however its “hitbox”/“render zone” is still a square which means it wont clip the bar part of the charge (the blue square). Is …
How to clip a UI diagonally - Help and Feedback / Art Design
Jun 22, 2023 · I’m trying to recreate the following UI without using ImageLabel, and all left is the two curved, thick, transparent bars: On a previous topic I created, I got the answer that I probably need to use a CanvasGroup to prevent transparency overlap and individual circular frames as the end of the curve. The problem is, ClipDescendants doesn’t support rotation, so I …
Clips Descendants doesnt with with ui corner - Art Design ... - Roblox
May 19, 2024 · You can use “Canvas Group” to fix that issue. It’s not a property so it will automatically do what you want but you won’t be able to turn that off again or on, because it is a element not a frame with a specific property. Hope this helps!
How could I clip frames/images in an arc shape? - Roblox
Mar 16, 2025 · Hello Developers, recently I’ve been experimenting with custom shapes in studio, but I’ve always had this issue with them, that being clipping frames/images into them. I’m trying to replicate the User Interface of Marvel Rivals’s Character Selection. Ref Image: Some advice would be appreciated!
How to Clip UIs in Roblox - Art Design Support - DevForum
Dec 14, 2020 · I wanna know how to clip UIs and I just don’t know how to, I couldn’t find any resources. This is what I want to make: This was my result, I hope someone can help!
ClipDescendants Isn't Applying To Descendant With Rotation
Oct 11, 2023 · I’m trying to make sure these descendant frames do not render, so naturally I attempted to utilize ClipDescendants property of 2 of it’s parents. And neither is applying properly. Rotation set at 30 Rotation set at 1 Rotation set at 0 Any rotation value above 0 causes it to completely circumvent ancestor ClipDescendants. And I’m not really sure what to do. Is this a bug or intended? Any ...
ClipDescendants and rotation- are CanvasGroups a perfect fix, or
Aug 5, 2023 · ClipDescendants does not work with rotation. However, if you instead replace your frame with a CanvasGroup and parent it there, it works. Is there any caveat to using this method, or should it work perfectly?