Hey, I want to make my character slowly rise along Z-Axis if she steps inside a trigger box, I dont know what kind of blueprint i should set up for this to work. I searched for many online solutions but those were about jumping, climbing, flying and stuff. But i just want to move upwards. I am a beginner and dont know much about blueprints, need help
Thank You
You can do this, but how does the character get out of it? You won’t be able to walk once the feet are off the floor…
oh okay, but can I use character location to achieve it or probably making animation for it by changing its position but I think if I create animation like that, it will keep repeating from floor to the specified height instead of continuing moving upwards. So, is flying mode mandatory to achieve such results??
Flying mode is one way, you could also just set the actor position on tick, but that would also stop them moving
Thinking about it, flying would be the best way. You can make them rise, but they can still use forward movement. Once they stop overlapping the trigger, change the movement mode back to walking.
Kk, Thanks A Lot
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.