FurkingBoi

Robot Inc.

Nov 27th, 2019
5,557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. --Best Weapon
  2. local A_1 = "Gatling"
  3. game:GetService("ReplicatedStorage").playerBackpackEvent:FireServer(A_1)
  4.  
  5. --Best Axe
  6. local A_1 = "LazerAxe"
  7. game:GetService("ReplicatedStorage").playerBackpackEvent:FireServer(A_1)
  8.  
  9. --Best Pickaxe
  10. local A_1 = "QuadLaserPick"
  11. game:GetService("ReplicatedStorage").playerBackpackEvent:FireServer(A_1)
Add Comment
Please, Sign In to add comment