Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I check what is the current time during the game?

Asked by 4 years ago

So I'm making a time of day notification, and this is what I have, this is a script.

local Status = game.ReplicatedStorage.Status
if time.TimeOfDay == "10:00:00" then
    Status.Value = "Yard"
    end
0
what is "time" in your script? what does it hold? time.TimeOfDay is a bit confusing to me Wingboy0 57 — 4y

Answer this question