Since you can use Formulas for the movement speed, you can use the game variable of the custom option in the formula.
For camera rotation speed, you'd need to use custom controls that use the game variable. You can access game variables through ORK.Game.Variables - e.g. ORK.Game.Variables.GetFloat("cameraSpeed") will get you the float variable cameraSpeed.
Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found. If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
For camera rotation speed, you'd need to use custom controls that use the game variable. You can access game variables through ORK.Game.Variables - e.g. ORK.Game.Variables.GetFloat("cameraSpeed") will get you the float variable cameraSpeed.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!