Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. local user = game:GetService('Players').LocalPlayer
  2. user.Backpack:Destroy()
  3. while enabled do
  4. local instance = user.ChildAdded:Wait()
  5. if instance:IsA("Backpack") then
  6. instance:Destroy()
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement