gearCustom defaults

You can actually replace the default defaults with your own defaults of choice.

Simply create a new module in your game, then tagarrow-up-right it TweenDefaults.

All you do is return a list of options whose defaults you want to modify. Here are the default defaults:

return {
	Time = 1,
	
	EasingStyle = "Linear",
	EasingDirection = "In",
	
	DelayTime = 0,
	Reverses = false,
	RepeatCount = 0,
	
	FPS = nil,
	
	Replicate = false
}
circle-check
circle-exclamation

Last updated