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

How could I fix my script that is supposed to make the camera view my npc?

Asked by 4 years ago

Here it is any ideas why this script won’t work?

1   local npc = workspace.A
2   local camera = workspace.CurrentCamera
3   Camera.CameraType = enum.cameratype.scriptable
4   Camera.CameraSubject = npc.Humanoid

Answer this question