======Set Movement Speed======
----
Changes the movement speed (in [[voxel|voxels]] per second) of the specified [[character]].
====Signature:====
set_movement_speed(character, speed)
^Argument^Description^Type^Required^
|character|[[Character]] for which to update the movement speed.|[[Entity]]|Yes|
|speed|New movement speed (in [[voxel|voxels]] per second).|[[Number]]|Yes|
[[Set Animation Speed]] would typically be used along with this function to simultaneously speed up or slow down both the [[character|character's]] walk [[animation]] and walking speed.
====Example:====
set_movement_speed(player, 60);
//Results:// The player's movement speed is changed to 60 [[voxel|voxels]] per second.
Use the **Set Movement Speed** function to increase the player's speed as part of progressing through the story or to provide a temporary speed boost to a [[character]].
----
====Editor Node:====
{{:wiki:set_movement_speed_node.png?nolink|}}
====Visual Demo:====
{{:wiki:set_movement_speed_demo.gif?nolink|}}
~~NOTOC~~