Hi,
Im trying to randomized a level with that
It working good and it create 80 cubes that player can jump on it.
Now im trying to choose all the cubes with Y = 300 and compare the before and the next to it if the Y = 400 so i can create another cube at the middle of them a little higher.
So if the 1 cube Y=400 , the second cube Y=300 and the 3rd cube Y=400 , create another cube up from the second cube at Y=100.