You are the best teacher on all this stuff that I’ve come across! Absolutely an instant subscribe and like! You are doing a great service for guys like Me! Excellent teaching! Thank you!
I have made a few different versions since this video. I have not tried a while loop though. I'll give it a shot. The main reason I did it this way is to show each object spawning in one at a time as a visual demonstration. Thanks for the feedback!
@@GausRothTutorials Of course! There's lots of ways to go about it. Feel free to add me on the Horizon if you'd like to juggle knowledge, ideas! - BrannyVR
You are the best teacher on all this stuff that I’ve come across! Absolutely an instant subscribe and like! You are doing a great service for guys like Me! Excellent teaching! Thank you!
Thank you!
Another approach would be to use a While loop, with a variable that is incremented within the while loop. While (x < 5) { DoSomething(); x++ }
I have made a few different versions since this video. I have not tried a while loop though. I'll give it a shot. The main reason I did it this way is to show each object spawning in one at a time as a visual demonstration. Thanks for the feedback!
@@GausRothTutorials Of course! There's lots of ways to go about it. Feel free to add me on the Horizon if you'd like to juggle knowledge, ideas! - BrannyVR