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

script is not changing the camera subject?

Asked by 3 years ago
local camera = game.Workspace.Camera

function triggered()
    print("something")
    camera.CameraSubject = script.Parent.camera_part
end

game.Workspace.dealer.head.ProximityPrompt.Triggered:Connect(triggered)
0
wheres the camera_part object -_- TheUltimateTNTFriend 109 — 3y
0
if ur gonna add a triggered atleast make it give a object or something TheUltimateTNTFriend 109 — 3y

Answer this question