Snow Shoveling Simulator Codes 2020 List
Jan 20th, 2018
THE BIGGEST FAIL IN A SIMULATOR EVER!!! (Roblox Snow Shoveling Simulator). DfieldMark. Today, we hop back onto Roblox Snow Shoveling Simulator and purchase a $500,000 snowmobile to gain access to the new Ice Cave and Mountain update!
- Quests are small missions that players complete. Quests can range from shoveling snow in a certain house's walkway to plowing the snow in the Big Lot. Upon completion of a quest, a player is rewarded money, sometimes less money than the snow it asked you to dig up. It's recommended to use Quests. 1 Ice Mountain Expansion 2 Quests 2.1 Snow Quests 2.2 Ice Quests As of 1/14/2018, quests have been.
- Snow Shovel is the godly board found in the third Ice Key Crate. It will likely be one of, if not, the rarest item from the Christmas Event. This is a limited board in the Christmas Event.
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- --EmperorNooget
- --edit this section
- currentshovel = 'Noob Shovel' -- exact name of your shovel (case sensitive)
- root = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart
- for i,v in pairs(game.Workspace.Sidewalks:GetChildren()) do
- for i,v in pairs(v:GetChildren()) do
- if v.Name 'Snow' and game.Players.LocalPlayer.Stats.currentSnow.Value ~= maxsnow then
- wait()
- game.ReplicatedStorage.RemoteEvents.Shovel:FireServer(v, 5, currentshovel)
- elseif game.Players.LocalPlayer.Stats.currentSnow.Value >= maxsnow then
- wait()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(380.18, 2.56, -85.37))
- game.ReplicatedStorage.RemoteEvents.SellSnow:FireServer(true)
- until game.Players.LocalPlayer.Stats.currentSnow.Value <= 0
- end
- end
RAW Paste Data