Changing TextBox Margins

Hey, not sure if this is the correct category, but I’ve got a question.

When using a TextBox, how do I make the text and placeholdertext start a few spaces from the left and right margin? In the following screenshot the text begins right at the edge, but it doesn’t look very nice.

Any help would be appreciated!
Screenshot 2022-11-12 at 1.30.33 PM

I’ve had the same problem, sadly roblox doesn’t have any ways to do that. You can create a frame and put the textbox into it, having the same color and being slightly smaller and centered.

1 Like

Very easy! Add a UiPadding under your TextBox then change PaddingTop and PaddingLeft to 0, 8

1 Like

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