Keyboard WIP (Byte Input Doesn't Work)

This commit is contained in:
Spooks
2024-03-06 15:02:00 -07:00
parent c43d9d3bdd
commit 2ff6dc8c1d
3 changed files with 219 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
let keyboard = require("keyboard");
let text = keyboard.text(100, "Please Input Shit", 1);
print(text);