Advertisement
goku13l

AFS Durability script

Feb 3rd, 2023
810
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. local replicated = game:GetService('ReplicatedStorage')
  2.  
  3. coroutine.wrap(function()
  4.   for i = 1,2000 do -- do however much you want
  5.     task.spawn(function()
  6.         replicated.RSPackage.Events.StatFunction:InvokeServer('Stat', 'Durability')
  7.     end)
  8.   end
  9. end)()
  10.  
  11. -- Customize how bad you want it to lag here
  12. for i = 1,1000 do
  13.     for i = 1,1000 do
  14.         for i = 1,10000 do
  15.         end
  16.     end
  17. end
  18. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement