I'm adding a loading screen to a game that shows what is happening while the screen is visible via text that says things like "Loading scene..." and "Generating map...". I want the periods after the loading text to show based on a variable that increases while the loading screen is visible; modulo 3.
The thing I need help with here is taking the number variable and adding that many periods to the end of the string. Does anybody know how to do this?