Render.StringOutlined = function( x, y, align, text, color, font) {
Render.StringCustom( x + 1, y, align, text, [0, 0, 0, 255], font )
Render.StringCustom( x - 1, y, align, text, [0, 0, 0, 255], font )
Render.StringCustom( x, y + 1, align, text, [0, 0, 0, 255], font )...