How can I make an intro and win screen like in Pillar Chase 2?

Hey, so I’m trying to make a 1 vs all game, but mi unsure how to go about the intro animation. My current idea would be to clone the killer’s player model, and set the camera to a specified part, but I’m unsure how id animate the camera moving in some of these. Any help is appreciated!

for the endscreen, i believe it was just tweening the camera from one position to another. game:GetService(“TweenService”) baby!! oh yeaaaah!!!

as for the intro, i would recommend connecting a part to the HumanoidRootPart with a Motor6D; and using that part as if it were the camera. i recommend using Moon Animator 2 if you have it; as that allows you to view from the part’s position

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.