I have a 3d menu and the tutorial for said to post
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local menuFlag = ReplicatedStorage:FindFirstChild("MenuActive")
if menuFlag then
repeat task.wait() until not menuFlag or not menuFlag.Parent
end
into the camera related script and i placed that into my framework client script and it dosen't work
** You are now Level 1! **