local cam = workspace.Camera
game.Players.PlayerAdded:Connect(function()
local camerapart = game.Workspace.customizeSpawn.menuCameraPart
cam.CameraType = Enum.CameraType.Scriptable
cam.CFrame = camerapart.CFrame
script.Disabled = true
end)
Just does nothing basically, even added a print to check but it never prints.. Script works fine without the function however. Located in startergui
