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 7 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)

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

Answer this question