How to make a cutscene like Forgotten memories

Game: Forgotten Memories :tophat:

How to make a cutscene like the game I mentioned

1 Like

Very late to this, but I am making a tutorial soon. JJsStuff's Cutscene Kit - Roblox … I would recommend my channel JJsStuff for the AI tutorials.

2 Likes

Would you mind explaining how to make the two guys into the player

I would also recommend Moon Animators camera animator. It is really cool and has lots of options.

Have not worked on this in a while I think this should work.

game.workspace.Dummy:WaitForChild("Humanoid"):ApplyDescription(game.Players:GetHumanoidDescriptionFromUserId(game.Players.LocalPlayer.UserId)) -- Change the game.workspace.dummy thing to the character, add this to the handler on the client, its in startergui.
1 Like