How to change player speed?

I am creating a first person shooter but I wanted the ability to go into third person whenever i need to. The problem is that I don’t know how to edit the base player properties like crouch speed and walking speed. I started with the Third person base and added features on top of it, but none of the features tinker around with anything except for the look direction (the yaw of the character model) and the jumping system (needed to replace to make the anim starter pack work)

ohh… well aint i an idiot XD I was searching all around and didn’t even think to look there! Thanks a bunch.

we all miss things. some things are hidden pretty well in the engine and others are hidden in plain sight

your talking about many different things here. you may want to be clearer about your question.

to modify things like crouch walk speed and walk speed in general you just need to get the movement component. if your setting the default values then just open your character and select the movement component in the components section then the options you can change will show up in the details panel. theres many other options there as well.