--[[ Prints a tiny scoreboard line for one player. Used to check the score formula by eye. ]] local base = 50 -- everyone starts the round with 50 local bonus = 25 -- reward for a no-damage run print("Score: " .. (base + bonus))