of     1   

imtellingmommy
#215509484Friday, April 28, 2017 11:12 PM GMT

Uhm..so my frame's UDim2 size is 1,1. Yet when I do print(frame.Size.Y.Offset) it prints 0. And another question, why the heck can we not color the rounded corners when using Style, it's annoying!
Wunder_Wulfe
#215509568Friday, April 28, 2017 11:14 PM GMT

1) ? udim2s have 4 values {xscale, xoffset}, {yscale, yoffset} 2) because styles are not colorable
imtellingmommy
#215509723Friday, April 28, 2017 11:16 PM GMT

I already set the xoffset and yoffset obviously, the problem is that when I print xscale.Offset.X it is zero. And, any alternatives for rounded corners?
Inigo18
#215509784Friday, April 28, 2017 11:17 PM GMT

For rounded corners, the only thing you can do is upload your own image and then ImageColor3 it.
imtellingmommy
#215509804Friday, April 28, 2017 11:17 PM GMT

cri..
Wunder_Wulfe
#215509825Friday, April 28, 2017 11:18 PM GMT

image label and slicing (9 slice) to prevent stretching
imtellingmommy
#215509993Friday, April 28, 2017 11:20 PM GMT

Gotcha, thanks for the help! I wish roblox had some rep thing, where you can add rep, but it'd have no actual value, considering it would be alt abusable. But if it did have it, i'd give +1 to you.
imtellingmommy
#215510072Friday, April 28, 2017 11:22 PM GMT

Still need an answer for the size thing..
Inigo18
#215510288Friday, April 28, 2017 11:25 PM GMT

Okay so a piece of advice, I highly recommend you use Scale instead of Offset. Scale will adapt to a user's screen so for example, if your frame is .5 in the xscale, it will take half of any user's screen. Offset however is not that accurate, because a player who has a smaller screen won't be able to see the same proportions as someone with a bigger screen. Anyway, I still don't understand your error, you have offset > 0 and it prints you 0?
imtellingmommy
#215510354Friday, April 28, 2017 11:26 PM GMT

Yeah, and also i'll try scale out.
Inigo18
#215510431Friday, April 28, 2017 11:27 PM GMT

If it prints you 0 then there must be a problem with the direction? Perhaps instead of that frame, you told the script to print another frame's offset? Since it doesn't print nil, it means it actually reached something...
imtellingmommy
#215510904Friday, April 28, 2017 11:34 PM GMT

That's not the case sadly.

    of     1