I'm trying to give a player 0.05 speed every second they run, however this doesn't seem to work. Here's my code:
The speed value is a int value.
player.Speed.Value = player.Speed.Value + 10 / 200