Hey all, looking for a bit of help with this. So I'm doing something with view angles and made a function to see what getTransform outputs when the player changes where they're looking in 360 small increments, giving me a long list of numbers between 0 and 2pi as the value. Now I'm trying to get that number to always round to 2 decimal places in a new function.
Is there a way I can separate each character in this value and then use a couple getWords to round it? Or a better way to do it?

Thanks all, it's for a cool idea I swear