Open Roblox Studio and create or load your place
Insert the characters you want to use for the cutscene
Make sure each character has a Humanoid and HumanoidRootPart
Open the Animation Editor plugin
Select the character model you want to animate
Create a new animation
Move the timeline playhead to the starting frame
Pose the character by rotating and moving body parts
Add keyframes for each pose
Continue moving the playhead and creating poses for the full cutscene
Save and publish the animation
Copy the animation asset ID
Create a cutscene camera path if needed
Insert a LocalScript or Script to control the cutscene
Load the animation using the Animator or Humanoid
Play the animation on the character
Set the camera to Scriptable
Move the camera along the cutscene path
Use TweenService or CFrame changes for camera movement
Hide player controls during the cutscene
Play dialogue, sound, or effects if needed
Stop the cutscene and return camera control to the player
Restore player movement after the cutscene ends
