gfx2.text(x, y, text, scale)
Renders text on the Minecraft: Bedrock Edition Screen
Parameters
x
numberX axis posiiton of the text
y
numberY axis posiiton of the text
text
stringThe text to be rendered on the Minecraft: Bedrock Edition Screen
[Optional] scale
numberthe scale(size) of the text (2 makes it twice as big)
Return Value
This function does not return anything.