task.spawn(function() while true do pcall(function() game:GetService("ReplicatedStorage").Playtime:FireServer() end) task.wait() end end)