How would I make a part where I can actually type on in game. Not a user GUI but a part that has a text label I can type on

Hello, I’ve been wondering how I can make a part for example a plain white square and then publish a game to roblox and then I can click it and type on it. I’ve been trying many different ways and I just can’t figure out how to do this, I don’t want a user GUI but a part that has a text label I can type on while actually playing my roblox game.

Use a SurfaceGui, and put a textbox inside it rather than a textlabel.

Thank you, I’ll try that right now and keep you updated as soon as possible. Never thought of that.