while task.wait() do local ok, viewModel = pcall(function() return workspace:FindFirstChild("ViewModel") end) if ok and viewModel == nil then game:GetService("ReplicatedStorage").Remotes.Command:FireServer("Lobby") task.wait(0.35) game:GetService("ReplicatedStorage").Remotes.Command:FireServer("Play") task.wait(0.35) end end