I need help since well, I know how to convert a IntValue's Value to a TextLabel but, doing so in a SurfaceGui's TextLabel, for me doesn't work the same way, what is the right way?
Lua automatically converts integers into string and vice versa if needed.
TextLabel.Text = IntValue.Value