Roblox Present Wrapping Simulator Snow Obey

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.

Jan 14th, 2018
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
Dec 11th, 2018
Roblox present wrapping simulator snow obey coloring pages
Never

Roblox Present Wrapping Simulator Snow Obey Coloring Pages

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!

Roblox Present Wrapping Simulator Snow Obey Games

  1. game:GetService('ReplicatedStorage').Events.ImageNotification:FireServer('Presents Script Loaded // Made by Jacob', 'rbxgameasset://Images/FixedPresentIcon')
  2. game:GetService('RunService').RenderStepped:connect(function()
  3. game:GetService('Players').LocalPlayer.Character.PresentWrapper.Remotes.AddPresent:FireServer()
  4. --------------------------------------------------------------------------------------------------------------------
  5. game:GetService('RunService').RenderStepped:connect(function()
  6. game:GetService('ReplicatedStorage').Events.PresentCollect:FireServer('3804259723804957324567182367612783956237589623467236479112391028352354239234789123784912390123a1238091asd0asd78120387asd0sagd70saseadnf0saj1203jas0jfa78211580712530ifyoureallytypedthisalljusttogetsomefreecandycanesyouneedtostopplaying')
  7. --------------------------------------------------------------------------------------------------------------------
  8. game:GetService('RunService').RenderStepped:connect(function()
  9. game:GetService('ReplicatedStorage').Events.BuyPet:FireServer(game:GetService('Workspace').GameStuff.EggShop.FarmEgg.EggProperties)
  10. --------------------------------------------------------------------------------------------------------------------
  11. game:GetService('RunService').RenderStepped:connect(function()
  12. game:GetService('ReplicatedStorage').Events.RebirthPlayer:FireServer(0)
  13. --------------------------------------------------------------------------------------------------------------------
  14. Avoid Lag Script ( Deleting Presents On Hand ) < Not recommended since it will break the script sometimes.
  15. game:GetService('RunService').RenderStepped:connect(function()
  16. game:GetService('Players').LocalPlayer.Character.PresentWrapper.Remotes.ClearPresents:FireServer()
Roblox
RAW Paste Data

Roblox Present Wrapping Simulator Snow Obey Simulator