- Keyless
- Mobile friendly
Advertisement
About this script
This Roblox script creates a custom graphical user interface (GUI) in Roblox using ScreenGui and various UI elements like Frame, TextLabel, TextButton, and UICorner. Here's a breakdown of its functionality:
Display Frame:
Creates a frame (displayFrame) to display ping and FPS information.
Updates the ping and FPS values continuously using calculateMetrics function and RenderStepped event.
Implements draggable and resizable functionality for displayFrame.
Settings Menu:
Creates a settings menu (settingsFrame) with options for adjusting background transparency and selecting a background color using a color picker.
Updates the background transparency and color of displayFrame based on user selections.
Implements draggable functionality for the settings menu.
Color Picker:
Utilizes a text button (colorPicker) as a color picker to choose a background color for displayFrame.
Updates the UI with the selected color and its RGB values.
Settings Button:
Adds a button (settingsButton) to toggle the visibility of the settings menu (settingsFrame).
Overall, this script creates a customizable GUI for displaying system metrics (ping and FPS) and allows users to adjust background settings such as transparency and color. It also includes interactive elements like draggable windows and a color picker for a better user experience.
Features
- FPS
- Ping
- Customization To The Max

