I think the query sums it up fairly well. In Tribly, the text boxes pop up in many different places around the screen, depending upon who's speaking. How is this effect acheived? Is there some scripting means to get them to sprout in different locations?
Help much appreciated.
You *can* do it by making the text box a GUI and place it by calling it manually at whatever x/y coordinates you need it...
Or you use "DisplayAt", which is mentioned right below Display in the manual.
Ah, thanks for that. There's me being inobservant again. :)