ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script πŸ“Œ
1.1k Views

Lag

Universal Script πŸ“ŒUploaded by
2 months ago
Please login to perform these actions:

Description

Lagging brochacho

View Raw
Edited By: Verygoodzhu Download


Comments
6
User profile picture
viralhack123 2 months ago - Edited
What exactly is it for, bro?
User profile picture
kotarosanni 2 months ago
" -- 100x FASTER - NO WAIT" son 😭
kotarosanni's profile picturekotarosanni" -- 100x FASTER - NO WAIT" son 😭
User profile picture
Verygoodzhu 2 months ago
@kotarosanni thsts the fastest I can code brochacho πŸ’”
viralhack123's profile pictureviralhack123What exactly is it for, bro?
User profile picture
Verygoodzhu 2 months ago
@viralhack123 idk for flexing your fps I guess
User profile picture
Vasli 2 months ago
* is this * gangggggg
User profile picture
Casualdeveloper 1 month ago
local Players = game:GetService("Players") local UserInputService = game:GetService("UserInputService") local RunService = game:GetService("RunService") local player = Players.LocalPlayer local playerGui = player:WaitForChild("PlayerGui") local screenGui = Instance.new("ScreenGui") screenGui.Name = "FPSDropperGUI" screenGui.ResetOnS* = false screenGui.Parent = playerGui -- Toggle Button local toggleBtn = Instance.new("ImageButton") toggleBtn.Size = UDim2.new(0, 55, 0, 55) toggleBtn.Position = UDim2.new(0, 20, 0, 20) toggleBtn.BackgroundColor3 = Color3.fromRGB(220, 40, 40) toggleBtn.BackgroundTransparency = 0.25 toggleBtn.BorderSizePixel = 0 toggleBtn.Parent = screenGui Instance.new("UICorner", toggleBtn).CornerRadius = UDim.new(1, 0) local toggleStroke = Instance.new("UIStroke", toggleBtn) toggleStroke.Color = Color3.fromRGB(255, 90, 90) toggleStroke.Thickness = 3 local avatarImage = Instance.new("ImageLabel", toggleBtn) avatarImage.Size = UDim2.new(0.76, 0, 0.76, 0) avatarImage.Position = UDim2.new(0.12, 0, 0.12, 0) avatarImage.BackgroundTransparency = 1 local success, content = pcall(function() return Players:GetUserThumbnailAsync(player.UserId, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size150x150) end) if success then avatarImage.Image = content end -- Main GUI local mainFrame = Instance.new("Frame") mainFrame.Size = UDim2.new(0, 200, 0, 320) mainFrame.Position = UDim2.new(0, 90, 0, 90) mainFrame.BackgroundColor3 = Color3.fromRGB(20, 20, 20) mainFrame.BorderSizePixel = 0 mainFrame.Visible = false mainFrame.Parent = screenGui Instance.new("UICorner", mainFrame).CornerRadius = UDim.new(0, 12) Instance.new("UIStroke", mainFrame).Thickness = 1.5 -- *le Bar local *leBar = Instance.new("Frame") *leBar.Size = UDim2.new(1, 0, 0, 40) *leBar.Bac
Please Login to add a comment.