Billboard
Introduction
Want to use big words? Make a billboard!
Chat Command
Put in an ||player:on chat command||
and rename it to print.
player.onChat("print", function () {
})
Printing some text
Place a ||blocks:print||
inside ||player:on chat command||
and use your name as the text.
Change the block from Grass to TNT.
player.onChat("print", function () {
blocks.print(
"Alex",
TNT,
pos(0, 0, 0),
WEST
)
})
Use your slash command!
Go to Minecraft, press t to open the chat and enter print to see your name appear!