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

Issue with object in camera?

Asked by
Prioxis 673 Moderation Voter
8 years ago

So I have a character creation system but the character their editing is a model in the camera but when I do start server with 2 players both players don't have that character in their camera and I tried creating a script that would put it in there like

wait(2)

local c = game.Lighting:FindFirstChild("Char"):Clone()
c.Parent = game.Workspace.Camera

But with no luck and now I'm confused why this doesn't work...

Answer this question