Hi @,
The zipline already has a speed parameter you can change. Select the zipline actor in the world and take a look at the properties panel:
To change the speed of the edge climb you need to make a similar change to the Character BP:
- Create a new Float variable called “EdgeMovingSpeed” and put it in the Player Stats section with a default value of 1.
- Go to the Movement section of the blueprint and look for the InputAxis MoveRight (at the bottom). Then look for these graphs:
Go to each graph and make the following changes:
BEFORE:
AFTER:
Now change the EdgeMovingSpeed value to 2 for twice as fast or 0.5 for half the speed!