View difference between Paste ID: LvGRQGMX and 13RWgUMs
SHOW: | | - or go back to the newest paste.
1-
local GearID = 142785488 -- put in the id of ur gay gear xd
1+
local GearID = 125013769
2
game.ReplicatedStorage.Events.EquipGear:FireServer(GearID) -- dont change this nubs its the variable.
3
4
local GetBackpack = game.Players.LocalPlayer.Backpack:GetChildren() --this haks makes it so u can drop the gears so u can give it to ur friends or watever
5
for i=1, #GetBackpack do
6
  if GetBackpack[i].ClassName == "Tool" then
7
      GetBackpack[i].CanBeDropped = true
8
  end
9
end
10
11
wait(1)
12
13
local GetBackpack = game.Players.LocalPlayer.Backpack:GetChildren() --makes it better lel
14
for i=1, #GetBackpack do
15
  if GetBackpack[i].ClassName == "Tool" then
16
      GetBackpack[i].CanBeDropped = true
17
  end
18
end