Clockwatermark.lua
: Code that fetches local time using os.date("%H:%M:%S") . Example Use Cases
: A Citizen.CreateThread (in FiveM) or RenderStepped (in Roblox) function that renders the text every frame.
is a specialized script typically used in gaming environments—most notably FiveM (GTA V) or Roblox —to display a real-time clock and custom text (a "watermark") on a player's screen . Its primary purpose is to provide a subtle, persistent UI element for server branding or player utility. Core Features ClockWatermark.lua
: Allows server owners to display their community name or logo alongside the clock.
: Displays the current time (system or server time) in a 12-hour or 24-hour format. : Code that fetches local time using os
: Supports changes to font face, size, color, and opacity (Alpha). Common Script Structure
: Uses X and Y coordinates to place the text in corners (usually top-right) to avoid overlapping with the main HUD. Its primary purpose is to provide a subtle,
: Helps players keep track of "In-Character" or "Out-Of-Character" time without checking a menu.