SHOW:
|
|
- or go back to the newest paste.
1 | --|ROBLOX SCRIPT BUILDER|-- | |
2 | --|LOCAL SCRIPT|-- | |
3 | --|GEAR INSERT SCRIPT|-- | |
4 | ||
5 | - | gear_ids={104642566, 31839411, 154727251, 162857422, 105351748, 33732371, 112591865, 19328185} --insert gear asset ids |
5 | + | gear_ids={84417104, 170903216, 1046322934, 1492225511, 16924676, 118281529, 125013849, 215355157, 477911027} --insert gear asset ids |
6 | keep_gear_when_dead=true | |
7 | -------------------------------------- | |
8 | ||
9 | ---Source--- | |
10 | print("enjoy, -tame") | |
11 | warn("nOoB") | |
12 | local player=game.Players.TameDoNotClick | |
13 | for i,v in pairs(gear_ids) do | |
14 | local id=tonumber(v) | |
15 | if id~=nil then | |
16 | game:GetService("InsertService"):LoadAsset(id):GetChildren()[1].Parent=player.Backpack | |
17 | if keep_gear_when_dead then | |
18 | game:GetService("InsertService"):LoadAsset(id):GetChildren()[1].Parent=player.StarterGear | |
19 | end | |
20 | end | |
21 | end |