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

Why does the camera work on singleplayer but not in a server?

Asked by 8 years ago

so I recently expirinced an bug in my game.. Aparently the script down below does work in singleplayer but not in a server, but why?

(Local Script, inside StarterChacterScripts)

1local target = script.Parent.Parent.VisualLook.Camera
2local camera = workspace.CurrentCamera
3camera.CameraSubject = target
4local angle = 0
0
Maybe you should put it in StarterPlayer, that's where I put my localscripts. ARTEK22 135 — 8y

Answer this question