How do i create a text box

Hey guys, if anybody knows how to create a text box action when tapping into the 3d model, please reply to me as fast as possible! Running out of time of a deadline and really need help!

1 Like

The way I do this is by adding 3 invisible planes (one on each of the axis), so no matter where on the 3D model you click, you always hit a plane.
Capture
And then add a script to each plane that has a “pointerdown” function.

Good luck!!

1 Like

Here is a test file. Hope it helps you out.
Text Box Help.zpp (604.3 KB)

You may want to look at this help doc as well.
https://docs.zap.works/studio/scripting/examples/getting-keyboard-input/

Steve