How would I make an in-game cutscene with VFX and parts?

Alright, I’m genuinely begging you guys, how would I make a cutscene like this? TikTok - Make Your Day
I’m not trying to make a battlegrounds game, instead, I would like to incorporate cutscenes like this in a scripted story game.

Are there any tutorials that explain how to make something like this? I’ve been searching all over the internet for answers but cannot find anything helpful.

If you have anything relevant please share it with me, I’m trying to learn as much as I can about this type of stuff. Everything is strongly appreciated!

Thank you

2 Likes

You’re gonna have to hardcode the VFX, unless there are other methods I am unaware of. I used Moon Animator for my battleground’s cutscenes, but if you don’t have moon, this tutorial might help you. If you DO have moon animator, you can export it set the camera reference to your character’s HumanoidRootPart and go to File>Export Files in Moon Animator, then looping through each frame in the exported folder.

2 Likes

Alright thanks man, that helps.

Another question I have is how can I keep all the animations in sync with each other and the camera. Let’s say I have two characters, how would I keep their animations in sync? Also, how would I keep the sounds synced with the animations?