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