ADVERTISEMENTREMOVE ADS
Watermark v1 | Universal
44,393 views
Universal script•
2 months ago

Script Preview
Description
Axrex Watermark Library
A lightweight Roblox library that creates a customizable on-screen watermark.
Displays real-time FPS.
Customizable text with {FPS} variable support.
Draggable UI with rounded design.
Toggle visibility using a hotkey (default: Home).
Usage example:
local WatermarkLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/AxerRe/ProSite/refs/heads/main/views/Axrewatermark.lib"))() WatermarkLib:Create({ CustomText = "Axrex Hub | {FPS} FPS | v4.20 | Dev", Hotkey = Enum.KeyCode.Home })ADVERTISEMENTREMOVE ADS
6 Lines • 257 Bytes
local WatermarkLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/AxerRe/ProSite/refs/heads/main/views/Axrewatermark.lib"))()
WatermarkLib:Create({
Hotkey = Enum.KeyCode.Home,
CustomText = "Axrex Hub | {FPS} FPS | v4.20 | Dev"
})
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS







Comments