I always use print() to debug my scripts, I would like to have an easier to access debug panel that I can just feed data into. The problem I'm facing is I can't have any of the text overlapping, and I don't want to have to manually input Y coordinate in my debug.
Ideally I would want it to figure out how many rows of text it needs and adapt to that. I could put all values in a table with table.insert BUT idk how to make that work since I want the debug to update every frame, and I don't want a million repeat entries.
I'm sure there's a sleek way to do this, but I'm not sure how and after a bit of googling, I am non the wiser.
Sorry, you need to Log In to post a reply to this thread.