Timer with database

I would like to make a 4 hour countdown timer when the player join, and it saves when the player leaves, any ideia?

1 Like
  1. Why are you using a countdown?
  2. Use Player.Removing:Connect(function()
    end)
1 Like