TextBox.CursorPosition?

I found out that a new property was put under TextBox but I have no clue what it does.
I tried looking on the wiki but nothing came up. The only thing I’ve found was that it was mentioned on the release notes

Does anyone know about this?

2 Likes

This is currently ‘documented’. https://developer.roblox.com/api-reference/property/TextBox/CursorPosition I would assume this is the position of the cursor in the textbox relative to the amount of characters currently typed.

Edit: Yep, that’s exactly what it is.

6 Likes

I’m assuming it will give you the position of the text insertion caret in the box as the player types. The documentation page appears to be blank tho so it’s anyone’s guess until they formally announce it?

edit: ninja’d

1 Like

Yeah they should’ve announced this earlier, oh well, guess its clear now what its used for. Thank you!
@Elttob
@LordHammy