Advertisement
Pastebloxian

Roblox King Of The Hill Scripts

Jul 19th, 2019
4,687
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1. --king of the hill weapon giver
  2. local tbl_main =
  3. {
  4.      "Ban Hammer",
  5.      -1000
  6. }
  7. game:GetService("ReplicatedStorage").Events.purchaseWeapon:InvokeServer(unpack(tbl_main))
  8.  
  9. -- money giver
  10. local tbl_main =
  11. {
  12.      "God Sword",
  13.      -100000000000000000000000000000000000000000000000000000000000000000000000
  14. }
  15. game:GetService("ReplicatedStorage").Events.purchaseWeapon:InvokeServer(unpack(tbl_main))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement