So I happened to run into this video on Youtube. I want to create something like it for fun, but I’m unsure where to start.
-
I’m confused about is infinitely stacking the bricks. I’m aware I can Instance.new() a new part, but how would I go about moving to the next brick to start stacking, like in the video?
-
I’ve tried slicing up the brick, using Subtractasync. However, whenever you slice it, it doesn’t create two unions, and when you try to negate the union that it makes, the part simply no longer exists.
-
How would I do a score incrementing system?
Can anyone show me any pointers so I can find solutions to these issues?