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

Error with Camera manipulation [EASY]?

Asked by 5 years ago
function onTouched(hit)
local Camera = workspace.CurrentCamera

repeat wait()
 Camera.CameraType = Enum.CameraType.Scriptable
until Camera.CameraType == Enum.CameraType.Scriptable
Camera.CFrame = game.Workspace.CameraPart2.CFrame
end
script.Parent.Touched:connect(onTouched)
0
If you don't tell us what you're wanting to do, how can you expect us to fix it? CyroStorms 4 — 5y

Answer this question