Sabtu, 20 Juni 2020. This wiki contains almost all information in Snow Shoveling Simulator and Snow Ball Fighting Simulator. 2020 (2133) Juni (26) Mei (92) April (684) Maret (439) Februari (435) Januari (457) Roblox One Piece Final Chapter 2 Devil Fruit Locat. (New vehicle simulator script remaked!) Access to path X clubdark. Upgrade your shoes to pop strong bubble wrap and obtain more coins! Upgrade your backpack to hold more coins before depositing them! Find hidden Gems and Diamonds in the Bubble Wrap for even more coins! Roblox Bubble Wrap Simulator Created 1/28/2018, Updated 3/25/2018, Max Players 6, Genre Comedy. (Online Multiplayer Game, #BubbleWrapSimulator. Upgrade your shoes to pop strong bubble wrap and obtain more coins! Upgrade your backpack to hold more coins before depositing them! Find hidden Gems and Diamonds in the Bubble Wrap for even more coins! Roblox Bubble Wrap Simulator Created 1/28/2018, Updated 3/25/2018, Max Players 6, Genre Comedy. (Online Multiplayer Game, #BubbleWrapSimulator.
- snow = 950 --Put your maximum snow here.
- shovelname = 'Lava Spitter' --Put your EXACT shovel name. (CaPs)
- local bottom = Instance.new('Frame')
- local main = Instance.new('Frame')
- local frosty = Instance.new('TextButton')
- local bagshop = Instance.new('TextButton')
- local parkinglot = Instance.new('TextButton')
- local credit = Instance.new('TextLabel')
- -- Properties
- sssgui.Name = 'sssgui'
- bottom.Parent = sssgui
- bottom.BackgroundColor3 = Color3.new(0.435294, 0.462745, 0.513726)
- bottom.BorderColor3 = Color3.new(0.435294, 0.462745, 0.513726)
- bottom.Position = UDim2.new(0.341401726, 0, 0.734042585, 0)
- bottom.Size = UDim2.new(0, 439, 0, 27)
- drag.Name = 'drag'
- drag.BackgroundColor3 = Color3.new(1, 1, 1)
- drag.Position = UDim2.new(0, 0, -8.94069672e-07, 0)
- drag.Font = Enum.Font.SourceSansBold
- drag.Text = '--DRAG--'
- drag.TextColor3 = Color3.new(0.847059, 0.901961, 1)
- drag.TextSize = 14
- main.Parent = bottom
- main.BackgroundColor3 = Color3.new(0.847059, 0.901961, 1)
- main.BorderColor3 = Color3.new(0.847059, 0.901961, 1)
- main.Position = UDim2.new(-2.98023224e-08, 0, -11.6296301, 0)
- enable.Parent = main
- enable.BackgroundColor3 = Color3.new(0.435294, 0.462745, 0.513726)
- enable.BorderColor3 = Color3.new(0.435294, 0.462745, 0.513726)
- enable.Position = UDim2.new(0.296127558, 0, 0.052380953, 0)
- enable.Font = Enum.Font.SourceSansBold
- enable.Text = 'Enable Money-Farm'
- enable.TextColor3 = Color3.new(0.847059, 0.901961, 1)
- enable.TextSize = 14
- enable.MouseButton1Click:Connect(function()
- maxsnow = snow --max snow in your backpack
- currentshovel = shovelname -- 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
- end)
- frosty.Name = 'frosty'
- frosty.BackgroundColor3 = Color3.new(0.435294, 0.462745, 0.513726)
- frosty.BorderColor3 = Color3.new(0.435294, 0.462745, 0.513726)
- frosty.Position = UDim2.new(0.296127558, 0, 0.410995483, 0)
- frosty.Font = Enum.Font.SourceSansBold
- frosty.Text = 'TP To Frosty'
- frosty.TextColor3 = Color3.new(0.847059, 0.901961, 1)
- frosty.TextSize = 14
- frosty.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(380.18, 2.56, -85.37))
- shovelshop.Parent = main
- shovelshop.BackgroundColor3 = Color3.new(0.435294, 0.462745, 0.513726)
- shovelshop.BorderColor3 = Color3.new(0.435294, 0.462745, 0.513726)
- shovelshop.Position = UDim2.new(0.296127558, 0, 0.53618443, 0)
- shovelshop.Font = Enum.Font.SourceSansBold
- shovelshop.Text = 'TP To Jim's Shovels'
- shovelshop.TextColor3 = Color3.new(0.847059, 0.901961, 1)
- shovelshop.TextSize = 14
- shovelshop.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-9.23843861,2.54999995,-49.5691833))
- bagshop.Parent = main
- bagshop.BackgroundColor3 = Color3.new(0.435294, 0.462745, 0.513726)
- bagshop.BorderColor3 = Color3.new(0.435294, 0.462745, 0.513726)
- bagshop.Position = UDim2.new(0.296127558, 0, 0.659522057, 0)
- bagshop.Font = Enum.Font.SourceSansBold
- bagshop.Text = 'TP To Bag Shop'
- bagshop.TextColor3 = Color3.new(0.847059, 0.901961, 1)
- bagshop.TextSize = 14
- bagshop.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(230.883881,2.3499999,-73.4051208))
- truckshop.Parent = main
- truckshop.BackgroundColor3 = Color3.new(0.435294, 0.462745, 0.513726)
- truckshop.BorderColor3 = Color3.new(0.435294, 0.462745, 0.513726)
- truckshop.Position = UDim2.new(0.296127558, 0, 0.770987034, 0)
- truckshop.Font = Enum.Font.SourceSansBold
- truckshop.Text = 'TP To Plow Store'
- truckshop.TextColor3 = Color3.new(0.847059, 0.901961, 1)
- truckshop.TextSize = 14
- truckshop.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4.48536873,2.54959726,-174.199615))
- parkinglot.Parent = main
- parkinglot.BackgroundColor3 = Color3.new(0.435294, 0.462745, 0.513726)
- parkinglot.BorderColor3 = Color3.new(0.435294, 0.462745, 0.513726)
- parkinglot.Position = UDim2.new(0.296127558, 0, 0.882452011, 0)
- parkinglot.Font = Enum.Font.SourceSansBold
- parkinglot.Text = 'TP To Parking Lot'
- parkinglot.TextColor3 = Color3.new(0.847059, 0.901961, 1)
- parkinglot.TextSize = 14
- parkinglot.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-515.589722,2.45000005,25.7369156))
- icemountain.Parent = main
- icemountain.BackgroundColor3 = Color3.new(0.435294, 0.462745, 0.513726)
- icemountain.BorderColor3 = Color3.new(0.435294, 0.462745, 0.513726)
- icemountain.Position = UDim2.new(0.296127558, 0, 0.410995483, -40)
- icemountain.Font = Enum.Font.SourceSansBold
- icemountain.Text = 'TP To Ice Mountain'
- icemountain.TextColor3 = Color3.new(0.847059, 0.901961, 1)
- icemountain.TextSize = 14
- icemountain.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(136, 2.29, -459.1))
- credit.Parent = bottom
- credit.BackgroundTransparency = 1
- credit.Position = UDim2.new(0, 0, 0.999999106, 0)
- credit.Font = Enum.Font.SourceSansBold
- credit.Text = 'made by chubsroblox // edited by ILikeBreadYum'
- credit.TextColor3 = Color3.new(0.847059, 0.901961, 1)
- credit.TextSize = 14
Roblox Present Wrapping Simulator Snow Obey Coloring Pages
Roblox Present Wrapping Simulator Snow Obey Games
- game:GetService('ReplicatedStorage').Events.ImageNotification:FireServer('Presents Script Loaded // Made by Jacob', 'rbxgameasset://Images/FixedPresentIcon')
- game:GetService('RunService').RenderStepped:connect(function()
- game:GetService('Players').LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
- --------------------------------------------------------------------------------------------------------------------
- game:GetService('RunService').RenderStepped:connect(function()
- game:GetService('ReplicatedStorage').Events.PresentCollect:FireServer('3804259723804957324567182367612783956237589623467236479112391028352354239234789123784912390123a1238091asd0asd78120387asd0sagd70saseadnf0saj1203jas0jfa78211580712530ifyoureallytypedthisalljusttogetsomefreecandycanesyouneedtostopplaying')
- --------------------------------------------------------------------------------------------------------------------
- game:GetService('RunService').RenderStepped:connect(function()
- game:GetService('ReplicatedStorage').Events.BuyPet:FireServer(game:GetService('Workspace').GameStuff.EggShop.FarmEgg.EggProperties)
- --------------------------------------------------------------------------------------------------------------------
- game:GetService('RunService').RenderStepped:connect(function()
- game:GetService('ReplicatedStorage').Events.RebirthPlayer:FireServer(0)
- --------------------------------------------------------------------------------------------------------------------
- Avoid Lag Script ( Deleting Presents On Hand ) < Not recommended since it will break the script sometimes.
- game:GetService('RunService').RenderStepped:connect(function()
- game:GetService('Players').LocalPlayer.Character.PresentWrapper.Remotes.ClearPresents:FireServer()