Chat Cutscene/Camera

Hello guys! I am creating a game and I wanted to know how would I make it so if a player would chat, the camera would focus or a cutscene would play in front of their character? (i.e. Ace Attorney) What documentations should I look at? I am a beginner and I want to try to learn from the documentations, thank you!

You should look into the documentation for Player, specifically Player.Chatted. Additionally, you want to look into the documentation for TweenInfo, TweenService, Camera, and CFrame.

You can use tween service to smoothly move the camera to a certain CFrame.

1 Like

Okay I will look into it, thank you so much!

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