I want to create this for my game, I think it’s just text boxes but I don’t know how to add these if a player types a specific letter or letters.
any help is appreciated
I want to create this for my game, I think it’s just text boxes but I don’t know how to add these if a player types a specific letter or letters.
any help is appreciated
Those look like auto-fill buttons (TextButtons).
Hi there! A similar post came up not so long ago, the OP never got back to us though. Hopefully this will help you too. How to create an auto fill chat?
EDIT: To add onto this, the container that the video demonstrates is most likely a ScrollingFrame. So what you would do is, the created TextButtons (from the original post), the Parent would be the scrolling frame you make.