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
- Why are you using a countdown?
- Use Player.Removing:Connect(function()
end)
1 Like