I’m basically doing a soccer game but im currently stuck in thinking:
Whats the most coherent way of making a “Celebration” cutscene?
Why i ask this?
When i score a goal i’ll detect the player position, get the nearest corner of the pitch and with that, play the cutscene on that corner
but i dont wanna do 4 different animations for 1 celebration i feel that’s kind of scuffy
Thats my first question, the most optimal way to make this possible
Second question is, Is it better to animate the camera or use CFrame.LookAt on it? since i will be adding different celebrations.
I’m currently stuck with this and help would be appreciated