Answers for "making a text to be the date of the day in real life roblox"

0

making a text to be the date of the day in real life roblox

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
Posted by: Guest on January-28-2021

Code answers related to "making a text to be the date of the day in real life roblox"

Browse Popular Code Answers by Language