new Text(Scene parentScene, String text, Vector2 position, int width); // Height is auto generated
showBorder(boolean b); // For Debugging
setColor(); // Sets Text Color
setFont(Font font); // Sets the Text font
setText(String text); // Sets the text
getText(); // Returns String
getTransform(); // Returns Transform Object