#Is this a studio bug? camera appears in server side but not client side, vv server script vv

2 messages · Page 1 of 1 (latest)

amber moss
#
    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)
native bloom
#

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