Hi, so im making a text label say the players current time, and I’ve got the part where I get the time, but I don’t know how to format it. Someone please help!
local now = DateTime.now()
local minutesnow = now:ToLocalTime().Minute
print(now)
print(minutesnow)