Blender roblox camera cutscene

hello guys, this is how import blender roblox camera movement (for in game cutscenes)
(this tutorial is rushed, but if there is already one there and better please link it)

make a base part then create a joint with the camera part (only animating camera part)
make it into a model with both parts, animation controller and animator parented to that
image
image

export your scene and right click on it from the explorer (if you’re doing in game cutscene)
image

all the way at the bottom click on export selection

now get the plugin

import the camera rig (rbx animation)
next import the scene (wave front)

now start animating!
if you got any questions/complaints, then feel free to ask


go to pose mode with the camera rig
on bone constraints add copy location and rotation to the camera


go to object mode click on camera
add the follow path constraint, make a bezier curve

local rig = workspace["camera rig"]
local animatior = rig.AnimationController.Animator

local kickAnimation = Instance.new("Animation")
kickAnimation.AnimationId = "rbxassetid://16456886101"

local kickAnimationTrack  = animatior:LoadAnimation(kickAnimation)
kickAnimationTrack :Play()

local RunService = game:GetService("RunService")
local Camera = workspace.CurrentCamera
local Part = rig.CameraPart

Camera.CameraType = Enum.CameraType.Scriptable

RunService.RenderStepped:Connect(function()
	Camera.CFrame = Part.CFrame
end)

14 Likes

weird cutscene you made but well-made tutorial!
keep working on it!

2 Likes

yeah i rushed it, tried to do a swooping in shot but that failed horrendously

1 Like

You should add skibidi toilets to the game

you should delete roblox… NOW!

1 Like