Advertisement
asyhahsdy

My restaraunt gui

Oct 9th, 2022 (edited)
1,722
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | Source Code | 1 0
  1. local fpsBoost = fpsBoost or false
  2.  
  3.  
  4. if not getconnections then return end
  5. for i,v in next, getconnections(game.Players.LocalPlayer.Idled) do
  6.     v:Disable()
  7. end
  8.  
  9. local c = workspace:WaitForChild("__DEBRIS",10)
  10. c.ChildAdded:Connect(function(ch)
  11.     task.wait()
  12.     if fpsBoost then
  13.         ch:Destroy()
  14.     end
  15. end)
  16.  
  17.  
  18. local Gingerbread = 46
  19. local Pinkfish = 45
  20. local Lobster = 44
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement