Functions: FPS Destroying – use the script several times and wait for the fps to drop

Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)
Thank you for using our website
Your script:
game:GetService("NetworkClient"):SetOutgoingKBPSLimit(math.huge)
local function GiveMeYourBigJuicyDick(removeClientSideLag)
for i, IDoN0t in ipairs(workspace:GetDescendants()) do
if IDoN0t:IsA("BasePart") then
game:GetService("ReplicatedStorage").SoundsManagement.Events.PlaySoundEffect:FireServer("RidingVehicles", IDoN0t)
if removeClientSideLag == true and IDoN0t:FindFirstChild("RidingVehicles") then
IDoN0t.RidingVehicles:Destroy()
end
end
end
end
-- For ppl who don't know lua
local removeClientSideLag = true
GiveMeYourBigJuicyDick(removeClientSideLag)