Advertisement
Upscalefanatic3

WoodCutting Simulator OP Set, Most Powerful Cutter, Back&Car

Feb 15th, 2018
1,028
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. local A_1 = "Beam Emitter"
  2. local A_2 = 0
  3. local Event = game:GetService("ReplicatedStorage").GlobalEvents.ToolBuy
  4. Event:FireServer(A_1, A_2)
  5. local A_3 = "Backpack6"
  6. local A_4 = 0
  7. local Event = game:GetService("ReplicatedStorage").GlobalEvents.BackpackBuy
  8. Event:FireServer(A_3, A_4)
  9. local A_5 = "Tractor"
  10. local A_6 = 0
  11. local Event = game:GetService("ReplicatedStorage").GlobalEvents.VehicleBuy
  12. Event:FireServer(A_5, A_6)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement