Universal FPS, Ping Script

Universal FPS, Ping Script

Universal FPS, Ping Script

Description


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:

  1. 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.

  2. 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.

  3. 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.

  4. 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.

Advertisement

Remove ads

Advertisement

Remove ads

Comments

2comments
Maanaaaa
Maanaaaa
Rscripts Admin
This user is moderating content
Pro Subscription
This user is subscribed to our pro subscription plan.Visit /pricing to learn more
Pro Subscription
Verified1y 6mo ago

nice work

norb
norbVerified1y 8mo ago

looks like chatgpt

Tags

RobloxUniversal