Hello! I have made a few questions similar to this before, but would it be possible for someone to type a value into a textbox and then have that many duplicates for what value the user typed in. For example if wanted 4 duplicates of a cube, I could type the number “4” in the textbox and 4 cubes could appear. I already tried using the onChange event function, but that seemed to duplicate an object whenever I clicked it, not what value I typed in.
Here’s my script:
l.html (8.0 KB)
Thanks in advance.