[FREE] ThirdPerson Action Platformer

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:

2296b3cf56eea6d47fd9b9aca63d41a853936e5d.jpeg

To change the speed of the edge climb you need to make a similar change to the Character BP:

  1. Create a new Float variable called “EdgeMovingSpeed” and put it in the Player Stats section with a default value of 1.

2a960d5c878bb55e7baf5b6fac0d6864406a18d6.jpeg

  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! :smiley: