How can I animate/script the camera to do this?

lol so I’m not entirely sure if this would fall under animation or scripting and I also don’t know what to call this, but I’m working on a fighting game here’s a quick clip

and I wanna do this with my camera for special attacks

I was originally going to use moon animator although I wasn’t sure how using the animation and positioning and all that would work so I thought about coding it however this seems tedious as I’d have to figure out every position to put a camera part and yeah so how do you go about doing this?

2 Likes

You could create a part in workspace that represents the camera’s position, play an animation on it, then in the players’ local scripts have them set their workspace.CurrentCamera.CFrame to the CFrame of said part on an interval on or heartbeat.

2 Likes