how do i convert variables to strings? (extra info, what is dx and dy)
In lua variables are automatically converted to the type you need. If a function requires a string but you give it a number, lua will convert it to a string. No need for any other functions.