can’t seem to make this work with os.date() and its pretty bugging me out as I have been searching for a solution around Dev Forum already </3 Any help is aprpeciated, here’s the code:
-- Local Script
local text = script.Parent:WaitForChild("TimeText")
local change = text
local date = os.date("%a %b %d || %I:%M:%S %p")
while wait(1) do
change.Text = "Today is "..(date)
end