Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local fpsBoost = fpsBoost or false
- if not getconnections then return end
- for i,v in next, getconnections(game.Players.LocalPlayer.Idled) do
- v:Disable()
- end
- local c = workspace:WaitForChild("__DEBRIS",10)
- c.ChildAdded:Connect(function(ch)
- task.wait()
- if fpsBoost then
- ch:Destroy()
- end
- end)
- local Gingerbread = 46
- local Pinkfish = 45
- local Lobster = 44
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement