Hi, I'm currently coding for fun as I explore the studio bit by bit, and I was wondering if mechanics such as dashing, running, alongside the stamina system should all be handled in a single LocalScript or multiple ones. The reason I'm asking this is simple: I need a LOT of tweens for different purposes, such as changing the camera's FOV, running acceleration, UI animations, and so on; but at the same time I don't feel the need to have a separate script for every action my character performs (I'd not say "action", but you get what I mean).
Any tips on how to approach this? I'd appreciate any similar experiences or explanations shared here, thank you