📅  最后修改于: 2022-03-11 14:58:37.202000             🧑  作者: Mango
while true do
local text = "<%H:%M%p>"
local timestop = os.time()
local result = os.date(text, timestop)
script.Parent.Text = tostring(result)
wait(0.05)
end