Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Camera Manipulation help pls?

Asked by
NotSoNorm 777 Moderation Voter
9 years ago

So, this is my first time trying out manipulation, so I have legitimently NO idea on how it works, I tried this, thinking it was right, but it's not. What am I doing wrong?

local c = game.Workspace.CurrentCamera

game.Workspace.Main.ChangeCamera.Changed:connect(function()
    if game.Workspace.Main.ChangeCamera.Value == true then
            c.CoordinateFrame = CFrame.new(game.Players.LocalPlayer.Character.Head.Position) --here
            c.CameraType = "Custom"
            else
            c.CameraSubject = game.Workspace.CameraSubjecter
            c.CameraType = "Scriptable"
        end
end)
0
What are you trying to do, and how is it not working? Goulstem 8144 — 9y
0
Trying to get the camera to sorta 'pan' to the character then set the subject to the humanoid NotSoNorm 777 — 9y
0
:Interpolate ObscureEntity 294 — 9y
0
How does that work, trying to understand with videos and stuff but it seems really complicated NotSoNorm 777 — 9y

Answer this question