how can i make my camera work? i made this script and a camera from moon animator
so this is my script
local camera = game.Workspace.CurrentCamera
local player = game:GetService("Players").LocalPlayer
local rootpart = player.Character
local camers = script.Camera
for camerass=0, #camers:GetChildren() - 1 do
camera.CFrame = rootpart.HumanoidRootPart.CFrame * (camers[camerass].Value)
end
it look like this if i put the local script inside the backpack

camera.CameraType = Enum.CameraType.Scriptable
1 Like
Uploading: image.png…
umm now the camera stuck here and do nothing
make gui that reset the camera
how to reset the camera?
camera.CameraType = Enum.CameraType.Custom
??
yes ----------------------------------
is there possible to make a camera cutscene using moon animator or i need to use tweenservice to animate the cutscene?
i use tweenservice idont know about moon animator
i tried making with tweenservice and its work but i cant make the cutscene as i want so i decided to make it with moon animator so moon animator is impossible?