I think you can change the normal variable only, not CONSTANT.
By adding a slider or input textbox(set Type to Number), you can change by set the variable value to :
- Slider.Value
- int(TextBox.Text)
OR you can run your game in debug mode and change it in the Debug window(you can change value of your CONSTANT here).