Advertisement
Upscalefanatic3

Snow Shoveling Simulator Stats Script

Jan 31st, 2018
8,772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. -- So i was just experimenting and i found out this
  2. -- If to go into the cave on the expansion and you dont want to get 20,000 execute this script
  3.  
  4. -- Script:
  5.  
  6. local Players=game:GetService("Players")
  7. Players.LocalPlayer.leaderstats.Ice.Value = 20000
  8.  
  9.  
  10. -- but you must have 75,000 cash and then just purchase access
  11.  
  12. -- if you dont have 75,00 try this script i have not tested it though
  13.  
  14. -- Script:
  15.  
  16.  
  17. local Players=game:GetService("Players")
  18. Players.LocalPlayer.leaderstats.Ice.Value = 20000
  19. Players.LocalPlayer.leaderstats.Money.Value = 75000
  20.  
  21.  
  22.  
  23. -- ik they are bad scripts but they work
  24. -- May work on other stuff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement