Animations["anim1"].AnimationPause = 100
1
Animations["anim1"].AnimationPause = Values["name_of_VS_value"].Int
1
2
It works. Thank you very much.this should do the trick :Animations["anim1"].AnimationPause = Values["name_of_VS_value"].Int
1
2
You should wrap it in an if query so that the value is only incremented/decremented if the value if less than max or greater than min.