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
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
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.