I’m trying to make a cutscene system that would be able to handle:
- Dialogs
- Playing my car records
- Camera Tweening
- Events
However, I’m not quite what approach should I choose or how to even construct it. Should the one cutscene be one local script or should it be a module script with another modules script that contains all data?