Advertisement
jeremy394490

FE Gear Script

Nov 24th, 2021
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. local GearID = 142785488 -- put in the id of ur gay gear xd
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement