Problem with UIConstraints

My Problem:
I am trying to make a space between the top of my GUI and an object that is affected by my constraint. I’ve tried messing around with the constraints but so far I’ve had no luck. Is there a way I can make this space/offset?
Image:
Screenshot_1
Possible solutions?
I could make the parent of my object a frame that is slightly larger than my visible object but I do want to know if there is a way to solve my problem with the constraints themselves instead of other solutions.

If need clarification on the question, please ask me!

Your problem is a little confusing but UIPadding is probably what you are looking for!

1 Like