Hello, I am new to blueprints and have been trying to get my hands dirty by making a deathrun obby game without having to watch a youtube video. I have been able to make a working checkpoint system and a way to teleport to the checkpoint when you fall off the map.
That being said, I am currently stuck trying to make a floor rotate back and forth. My understanding of what I (thought) I did was… As long as my int value X (X starts as a value of 1) does not equal 10, it will run the body of the while loop. In the body of the while loop, it will increment the value of X by 1.
I have been programming in other languages for some time but I am unable to translate my logic of a while loop to blueprints.