Lagging spaces used to create buffers for text objects are no longer being rendered in Studio or on the client. My intro UI uses a couple of space characters to create an aesthetically pleasing buffer between the right justified text and the edge of the button, but now it no longer appears despite the Text property indicating that these spaces are still there. I first noticed this issue today.
This was caused by a change I made to improve how TextBounds was calculated in cases with trailing whitespace. It seems there is a bug that causes the whitespace not to get included in this case. I will get this change turned off and make a fix.