This works in studio fine, but ingame it does not wan't to work, and yes i have tried using a local script, but the local script does not work in studio or ingame?
wait(1) Zone1 = game.ServerStorage.Zone_1:Clone() wait(.1) Zone1.Parent = game.Workspace.Camera
try this:
local ReplicatedStorage = game:GetService("ReplicatedStorage") wait(1) local Zone1 = ReplicatedStorage.Zone_1:Clone() wait(.1) Zone1.Parent = workspace.CurrentCamera
although this is based on the fact that you want to add it to the local players camera
Put this in a LocalScript