Bacon_Script

World Random Play Dance Script

May 12th, 2022 (edited)
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1. -------------Auto Win-----------------
  2. while true do
  3.     wait(0)
  4.  
  5. local args = {
  6.     [1] = game:GetService("Players").LocalPlayer
  7. }
  8.  
  9. game:GetService("ReplicatedStorage").CorrectStatus:FireServer(unpack(args))
  10. end
  11.  
  12. ----------Infinite Points-------------
  13.  
  14. local args = {
  15.     [1] = -99999999999,
  16.     [2] = "TrailPink"
  17. }
  18.  
  19. game:GetService("ReplicatedStorage").BuyItem:FireServer(unpack(args))
Add Comment
Please, Sign In to add comment