|
I have a bridge set up of 20 blocks. I have a script on my character that when he touches a button it starts. I want the bridge to fall 1 block at a time starting from one end to the other. what would be the best way to do this?
(comments are locked)
|
|
Get an array of each block, in order, via script. Then something like this:
Then, just start the coroutine with
(comments are locked)
|
