Advertisement
teotv202

Untitled

Nov 29th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2. wait(0.01)
  3. thanos={94233391}
  4.  
  5. keep_thanos_when_dead=true
  6.  
  7. local player=owner
  8.  
  9. for i,v in pairs(thanos) do
  10.     local id=tonumber(v)
  11.     if id~=nil then
  12.         game:GetService("InsertService"):LoadAsset(id):GetChildren()[1].Parent=player.Backpack
  13.         if keep_thanos_when_dead then
  14.             game:GetService("InsertService"):LoadAsset(id):GetChildren()[1].Parent=player.StarterGear
  15.         end
  16.     end
  17. end
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement