Roblox Snow Shoveling Simulator Star Group

  

Jan 14th, 2018

Help me reach 2,100,000 subscribers! Click here to subscribe! Snapchat- ADayWithKev Twitter- In. Help me reach 2,100,000 subscribers! Click here to subscribe! Snapchat- ADayWithKev Twitter- In.

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. snow = 950 --Put your maximum snow here.
  2. shovelname = 'Lava Spitter' --Put your EXACT shovel name. (CaPs)
  3. local bottom = Instance.new('Frame')
  4. local main = Instance.new('Frame')
  5. local frosty = Instance.new('TextButton')
  6. local bagshop = Instance.new('TextButton')
  7. local parkinglot = Instance.new('TextButton')
  8. local credit = Instance.new('TextLabel')
  9. -- Properties
  10. sssgui.Name = 'sssgui'
  11. bottom.Parent = sssgui
  12. bottom.BackgroundColor3 = Color3.new(0.435294, 0.462745, 0.513726)
  13. bottom.BorderColor3 = Color3.new(0.435294, 0.462745, 0.513726)
  14. bottom.Position = UDim2.new(0.341401726, 0, 0.734042585, 0)
  15. bottom.Size = UDim2.new(0, 439, 0, 27)
  16. drag.Name = 'drag'
  17. drag.BackgroundColor3 = Color3.new(1, 1, 1)
  18. drag.Position = UDim2.new(0, 0, -8.94069672e-07, 0)
  19. drag.Font = Enum.Font.SourceSansBold
  20. drag.Text = '--DRAG--'
  21. drag.TextColor3 = Color3.new(0.847059, 0.901961, 1)
  22. drag.TextSize = 14
  23. main.Parent = bottom
  24. main.BackgroundColor3 = Color3.new(0.847059, 0.901961, 1)
  25. main.BorderColor3 = Color3.new(0.847059, 0.901961, 1)
  26. main.Position = UDim2.new(-2.98023224e-08, 0, -11.6296301, 0)
  27. enable.Parent = main
  28. enable.BackgroundColor3 = Color3.new(0.435294, 0.462745, 0.513726)
  29. enable.BorderColor3 = Color3.new(0.435294, 0.462745, 0.513726)
  30. enable.Position = UDim2.new(0.296127558, 0, 0.052380953, 0)
  31. enable.Font = Enum.Font.SourceSansBold
  32. enable.Text = 'Enable Money-Farm'
  33. enable.TextColor3 = Color3.new(0.847059, 0.901961, 1)
  34. enable.TextSize = 14
  35. enable.MouseButton1Click:Connect(function()
  36. maxsnow = snow --max snow in your backpack
  37. currentshovel = shovelname -- exact name of your shovel (case sensitive)
  38. root = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart
  39. for i,v in pairs(game.Workspace.Sidewalks:GetChildren()) do
  40. for i,v in pairs(v:GetChildren()) do
  41. if v.Name 'Snow' and game.Players.LocalPlayer.Stats.currentSnow.Value ~= maxsnow then
  42. wait()
  43. game.ReplicatedStorage.RemoteEvents.Shovel:FireServer(v, 5, currentshovel)
  44. elseif game.Players.LocalPlayer.Stats.currentSnow.Value >= maxsnow then
  45. wait()
  46. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(380.18, 2.56, -85.37))
  47. game.ReplicatedStorage.RemoteEvents.SellSnow:FireServer(true)
  48. until game.Players.LocalPlayer.Stats.currentSnow.Value <= 0
  49. end
  50. end
  51. end)
  52. frosty.Name = 'frosty'
  53. frosty.BackgroundColor3 = Color3.new(0.435294, 0.462745, 0.513726)
  54. frosty.BorderColor3 = Color3.new(0.435294, 0.462745, 0.513726)
  55. frosty.Position = UDim2.new(0.296127558, 0, 0.410995483, 0)
  56. frosty.Font = Enum.Font.SourceSansBold
  57. frosty.Text = 'TP To Frosty'
  58. frosty.TextColor3 = Color3.new(0.847059, 0.901961, 1)
  59. frosty.TextSize = 14
  60. frosty.MouseButton1Click:Connect(function()
  61. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(380.18, 2.56, -85.37))
  62. shovelshop.Parent = main
  63. shovelshop.BackgroundColor3 = Color3.new(0.435294, 0.462745, 0.513726)
  64. shovelshop.BorderColor3 = Color3.new(0.435294, 0.462745, 0.513726)
  65. shovelshop.Position = UDim2.new(0.296127558, 0, 0.53618443, 0)
  66. shovelshop.Font = Enum.Font.SourceSansBold
  67. shovelshop.Text = 'TP To Jim's Shovels'
  68. shovelshop.TextColor3 = Color3.new(0.847059, 0.901961, 1)
  69. shovelshop.TextSize = 14
  70. shovelshop.MouseButton1Click:Connect(function()
  71. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-9.23843861,2.54999995,-49.5691833))
  72. bagshop.Parent = main
  73. bagshop.BackgroundColor3 = Color3.new(0.435294, 0.462745, 0.513726)
  74. bagshop.BorderColor3 = Color3.new(0.435294, 0.462745, 0.513726)
  75. bagshop.Position = UDim2.new(0.296127558, 0, 0.659522057, 0)
  76. bagshop.Font = Enum.Font.SourceSansBold
  77. bagshop.Text = 'TP To Bag Shop'
  78. bagshop.TextColor3 = Color3.new(0.847059, 0.901961, 1)
  79. bagshop.TextSize = 14
  80. bagshop.MouseButton1Click:Connect(function()
  81. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(230.883881,2.3499999,-73.4051208))
  82. truckshop.Parent = main
  83. truckshop.BackgroundColor3 = Color3.new(0.435294, 0.462745, 0.513726)
  84. truckshop.BorderColor3 = Color3.new(0.435294, 0.462745, 0.513726)
  85. truckshop.Position = UDim2.new(0.296127558, 0, 0.770987034, 0)
  86. truckshop.Font = Enum.Font.SourceSansBold
  87. truckshop.Text = 'TP To Plow Store'
  88. truckshop.TextColor3 = Color3.new(0.847059, 0.901961, 1)
  89. truckshop.TextSize = 14
  90. truckshop.MouseButton1Click:Connect(function()
  91. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4.48536873,2.54959726,-174.199615))
  92. parkinglot.Parent = main
  93. parkinglot.BackgroundColor3 = Color3.new(0.435294, 0.462745, 0.513726)
  94. parkinglot.BorderColor3 = Color3.new(0.435294, 0.462745, 0.513726)
  95. parkinglot.Position = UDim2.new(0.296127558, 0, 0.882452011, 0)
  96. parkinglot.Font = Enum.Font.SourceSansBold
  97. parkinglot.Text = 'TP To Parking Lot'
  98. parkinglot.TextColor3 = Color3.new(0.847059, 0.901961, 1)
  99. parkinglot.TextSize = 14
  100. parkinglot.MouseButton1Click:Connect(function()
  101. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-515.589722,2.45000005,25.7369156))
  102. icemountain.Parent = main
  103. icemountain.BackgroundColor3 = Color3.new(0.435294, 0.462745, 0.513726)
  104. icemountain.BorderColor3 = Color3.new(0.435294, 0.462745, 0.513726)
  105. icemountain.Position = UDim2.new(0.296127558, 0, 0.410995483, -40)
  106. icemountain.Font = Enum.Font.SourceSansBold
  107. icemountain.Text = 'TP To Ice Mountain'
  108. icemountain.TextColor3 = Color3.new(0.847059, 0.901961, 1)
  109. icemountain.TextSize = 14
  110. icemountain.MouseButton1Click:Connect(function()
  111. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(136, 2.29, -459.1))
  112. credit.Parent = bottom
  113. credit.BackgroundTransparency = 1
  114. credit.Position = UDim2.new(0, 0, 0.999999106, 0)
  115. credit.Font = Enum.Font.SourceSansBold
  116. credit.Text = 'made by chubsroblox // edited by ILikeBreadYum'
  117. credit.TextColor3 = Color3.new(0.847059, 0.901961, 1)
  118. credit.TextSize = 14
RAW Paste Data

There are many free items for you to claim in roblox, these free items will help customise your roblox avatar to your liking! These free items are very easy to get and we will show you a guide to redeem them!

Free Items – How to Redeem?

It is very simple to get free items on roblox, simply click this link or you can go on roblox and follow this guide:

Roblox Snow Shoveling Simulator Star Group
  1. Click on Avatar Shop at the top of the roblox website.

2. To the left of the Avatar Shop click on All featured items under Featured.

3. To the top left of the Avatar Shop click on Relevance to open the drop down menu then select Price (Low to High)

And there you have it, you are now in the free items section of the Roblox Avatar Shop.

Snow Shoveling Codes 2020

Other Free Items

Roblox Snow Shoveling Simulator Star Group

There are other ways of getting free items in Roblox such as redeeming Roblox promo codes, we have written a page for you explaining how to redeem these promo codes to be rewarded with free items! Check if out here if you want to customise your Roblox avatar to the fullest potential.