How to detect computer clock?

So, I’m doing an Easter Egg for my game BloodLine - Alpha, that when your computer clock is 11:11 AM, a creature looks at you until it’s 11:16. Is it possible on ROBLOX?

Hopefuly this link helps:

1 Like

Since you are looking for the player’s local time, this might help :wink:

1 Like

Use os.time and os.date:

local result = os.date("%X",os.time())
1 Like

Thank you guys for the fast answers, I’ll try that out.

  • Tsu Washington / SovietFurryBruh.
1 Like