Hi, i’m trying to use a scrollView widget to create a textual guide for my game. I’m testing it in an empty project so it is the only element in the code. When I start it it gives me this error:
ERROR: table expected. If this is a function call, you might have used ‘.’ instead of ':'
File: ERROR
stack traceback:
[C]: in function 'insert’
?: in function 'insert’
main.lua:48: in main chunk
This is the code I’m using:
Thank you