Is There a Way to Have the Player Automatically Focused on a Textbox?

I’m making a game, and when you start it, the player will need to already be focused on the textbox, meaning they can type on it without actually having to click it. I’ve searched up if there’s a way to do this, but I can’t find any way how.

Is there any way to let this happen?

1 Like

https://developer.roblox.com/en-us/api-reference/function/TextBox/CaptureFocus

6 Likes