The easiest solution would be using a TextInput or HTML Element object.
For Text object there was an old C2 addon that allowed scrolling, but as far as I know it was never ported to C3.
You can also break the text into lines using tokenat() and make your own scrolling system by displaying only several lines at a time.