I want to use tweenservice. I want tween to reverse. Reverse paramater is one of the last paramaters in TweenInfo.new(). I want to do something like TweenInfo.new(4,reverses = true) which is what can be done in Python. I don’t want to type every paramater in between with all their enums etc.
Unfortunately, you can’t assign a key to a parameter value in Lua. If you want to skip a parameter, you can give it the nil value in most cases and it will result to the default value.