Advertisement
Bacon_Script

Crazy Potion Script (Updated) Working

Jul 29th, 2022 (edited)
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. --Unlimited Gems--
  2.  
  3. local args = {
  4.     [1] = -math.huge
  5. }
  6.  
  7. game:GetService("ReplicatedStorage").Functions.buyThrows:InvokeServer(unpack(args))
  8.  
  9. --Unlimited Throw--
  10.  
  11. local args = {
  12.     [1] = math.huge
  13. }
  14.  
  15. game:GetService("ReplicatedStorage").Functions.buyThrows:InvokeServer(unpack(args))
  16.  
  17. --Script Updated--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement