I am currently creating a notification gui, but I ran into an issue, my side decor piece for the notification will not stay filling the entire Y axis like its supposed after it’s parented frame starts to automaticly size up even tho its up to scale. Let the screen shots show for themselves.
Any help would be appreciated.
I think the Instance SideAccent is the decoration. Could you show us the properties of that Instance?
Does the decorations size in the properties look something like this?: {something, something}, {1, 0}? If not, change it to that.
Should be an easy fix
ScreenGui have a property called “IgnoreGuiInSet”, it’s off by default.
What does it do?
-It makes the screengui offset in the Y axis by several pixels to accomodate for the top bar (the one with the roblox logo and stuff)
What’s the fix?
-Just turn it off
If it doesn’t work then tell me and i’ll try to find the issue
I’ve tried this but it doesn’t work. All the other elements are set up to scale tho. I think the reason it doesn’t work is because of the text auto scale and uipadding on the description.
I’ve tried a series of mathematics to try and scale it properly but it doesn’t work either.
Set AnchorPoint to {0, 0.5}, Position to {0, 0}, {0.5, 0}, SizeConstraint to RelativeXY and optionally Size to {0.025, 0}, {1, 0}
This is what happens.
Make sure the following conditions are met:
- The icon instance is parented to the black semi-transparent frame.
- No offset for the Position property
- Check other properties like ImageRectSize; it might be affecting the image not to be shown entirely.
I ensured each one of these conditions were meant but they didn’t solve the problem, but I do have automatic sizing for the description, would that be affected the side accent?
Then I cannot think of any other solutions. The automatic sizing may not be affecting the position of the decoration but give it a try, anyways. Not really sure, though.
Oh, my bad, I misread it.
Could you send a screenshot of the Side Accent’s properties?
What is the ScaleType set to?
set the imagerectsize, scaletype and slicecenter to default and send me a screenshot
Doesn’t work and setting them to defualt will break the outcome I want to have with it.
this is very weird, could u send me a file of the tempNotice thing?