SHOW:
|
|
- or go back to the newest paste.
| 1 | - | --|ROBLOX SCRIPT BUILDER|-- |
| 1 | + | while true do |
| 2 | - | --|LOCAL SCRIPT|-- |
| 2 | + | wait(0.01) |
| 3 | - | --|GEAR INSERT SCRIPT|-- |
| 3 | + | thanos={94233391}
|
| 4 | ||
| 5 | - | gear_ids={193769809,225921000,163352376,253519495,30393548} --insert gear asset ids
|
| 5 | + | keep_thanos_when_dead=true |
| 6 | - | keep_gear_when_dead=true |
| 6 | + | |
| 7 | - | -------------------------------------- |
| 7 | + | local player=owner |
| 8 | ||
| 9 | - | ---Source--- |
| 9 | + | for i,v in pairs(thanos) do |
| 10 | - | local player=game.Players.LocalPlayer |
| 10 | + | |
| 11 | - | for i,v in pairs(gear_ids) do |
| 11 | + | |
| 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 | - | if keep_gear_when_dead then |
| 15 | + | |
| 16 | end | |
| 17 | end | |
| 18 | end |