# chargui.Parent = game.ReplicatedStorage local cam = game.ReplicatedStorage.Camera:Clone() cam.Parent=game.ReplicatedStorage cam.Name= "cam" .. chargui.Name task.wait(4) print(cam.Name) print(cam.Parent)
# thats because it didn't load into the client, either the script ran before it loads in or ur render distance isn't high enough