How do I use an Adornee so I can use a TextBox on a brick?
Adornee are the ones which identify what OBJECT will you 'HIGHLIGHT'
1
script.Parent.TextBox.Adornee
=
script.Parent
It's simple.