Advertisement
MindOfPlayer

Auto Weapons

May 16th, 2020
4,694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. local uwu = (game.Players.LocalPlayer.Name)
  2. _G.Looop = true
  3. while _G.Looop == true do wait(0.1)
  4. if game:GetService("Workspace")[uwu].Humanoid.Health == 0 then
  5. wait(1)
  6. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  7. OwO = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement