Advertisement
Guest User

Toy SImulator Farm v2

a guest
Jan 21st, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.31 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Tutorial = Instance.new("ScreenGui")
  4. local PrintGUI = Instance.new("Frame")
  5. local drag = Instance.new("Frame")
  6. local drag2 = Instance.new("Frame")
  7. local exit = Instance.new("TextButton")
  8. local fly = Instance.new("TextButton")
  9. local gravity100 = Instance.new("TextButton")
  10. local gravity16 = Instance.new("TextButton")
  11. local noclip = Instance.new("TextButton")
  12. local walkspeed100 = Instance.new("TextButton")
  13. local walkspeed16 = Instance.new("TextButton")
  14. local title = Instance.new("TextLabel")
  15.  
  16. --Properties
  17.  
  18. Tutorial.Name = "Tutorial"
  19. Tutorial.Parent = game.CoreGui
  20.  
  21. PrintGUI.Name = "PrintGUI"
  22. PrintGUI.Parent = Tutorial
  23. PrintGUI.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  24. PrintGUI.BorderSizePixel = 0
  25. PrintGUI.Position = UDim2.new(0.358543426, 0, 0.217970014, 0)
  26. PrintGUI.Size = UDim2.new(0, 385, 0, 228)
  27. PrintGUI.Active = true
  28. PrintGUI.Draggable = true
  29.  
  30. drag.Name = "drag"
  31. drag.Parent = PrintGUI
  32. drag.BackgroundColor3 = Color3.new(0.898039, 0.6, 0)
  33. drag.BorderSizePixel = 0
  34. drag.Size = UDim2.new(0, 385, 0, 18)
  35.  
  36. drag2.Name = "drag2"
  37. drag2.Parent = PrintGUI
  38. drag2.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  39. drag2.BorderSizePixel = 0
  40. drag2.Position = UDim2.new(0, 0, 0.0559006222, 0)
  41. drag2.Size = UDim2.new(0, 385, 0, 48)
  42.  
  43. exit.Name = "exit"
  44. exit.Parent = PrintGUI
  45. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  46. exit.BackgroundTransparency = 1
  47. exit.Position = UDim2.new(0.927272737, 0, 0, 0)
  48. exit.Size = UDim2.new(0, 28, 0, 18)
  49. exit.Font = Enum.Font.Cartoon
  50. exit.Text = "X"
  51. exit.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  52. exit.TextScaled = true
  53. exit.TextSize = 14
  54. exit.TextStrokeColor3 = Color3.new(1, 1, 1)
  55. exit.TextStrokeTransparency = 2
  56. exit.TextWrapped = true
  57.  
  58. fly.Name = "fly"
  59. fly.Parent = PrintGUI
  60. fly.BackgroundColor3 = Color3.new(1, 1, 1)
  61. fly.BorderSizePixel = 0
  62. fly.Position = UDim2.new(0.519480526, 0, 0.266372442, 0)
  63. fly.Size = UDim2.new(0, 185, 0, 50)
  64. fly.Style = Enum.ButtonStyle.RobloxRoundButton
  65. fly.Font = Enum.Font.Fantasy
  66. fly.Text = "Candy Farm"
  67. fly.TextColor3 = Color3.new(0, 0, 0)
  68. fly.TextSize = 20
  69. fly.TextWrapped = true
  70. fly.MouseButton1Click:connect(function()
  71. local PlayerName = game.Players.LocalPlayer.Name
  72. game.Workspace[PlayerName]:MoveTo(Vector3.new(-133.193207, 13.7087336, 132.748245))
  73. wait(0)
  74. game.Workspace[PlayerName]:MoveTo(Vector3.new(-140.7061, 20.9087276, 117.817139))
  75. wait(0)
  76. game.Workspace[PlayerName]:MoveTo(Vector3.new(-152.058701, 21.2087288, 131.050018))
  77. wait(0)
  78. game.Workspace[PlayerName]:MoveTo(Vector3.new(-163.343063, 28.7087307, 121.761848))
  79. wait(0)
  80. game.Workspace[PlayerName]:MoveTo(Vector3.new(-160.538177, 37.508709, 103.546669))
  81. wait(0)
  82. game.Workspace[PlayerName]:MoveTo(Vector3.new(-172.989502, 45.4087105, 96.5349121))
  83. wait(0)
  84. game.Workspace[PlayerName]:MoveTo(Vector3.new(-181.767532, 33.1087265, 116.958305))
  85. wait(0)
  86. game.Workspace[PlayerName]:MoveTo(Vector3.new(-136.890869, 20.9087334, 149.239731))
  87. wait(0)
  88. game.Workspace[PlayerName]:MoveTo(Vector3.new(-148.291718, 27.8087234, 160.317551))
  89. wait(0)
  90. game.Workspace[PlayerName]:MoveTo(Vector3.new(-163.814621, 36.6087189, 160.638885))
  91. wait(0)
  92. game.Workspace[PlayerName]:MoveTo(Vector3.new(-165.120804, 44.5087128, 177.497589))
  93. wait(0)
  94. game.Workspace[PlayerName]:MoveTo(Vector3.new(-183.170822, 42.7087173, 161.636902))
  95. wait(0)
  96. game.Workspace[PlayerName]:MoveTo(Vector3.new(-193.209213, 49.9087305, 151.1931))
  97. wait(0)
  98. game.Workspace[PlayerName]:MoveTo(Vector3.new(-205.247635, 56.6087303, 149.056992))
  99. wait(0)
  100. game.Workspace[PlayerName]:MoveTo(Vector3.new(-220.798935, 65.4087296, 155.604904))
  101. wait(0)
  102. game.Workspace[PlayerName]:MoveTo(Vector3.new(-223.262894, 69.5087585, 173.38092))
  103. wait(0)
  104. game.Workspace[PlayerName]:MoveTo(Vector3.new(-184.734192, 49.9087105, 179.451218))
  105. wait(0)
  106. game.Workspace[PlayerName]:MoveTo(Vector3.new(-216.876007, 61.0087242, 126.271133))
  107. wait(0)
  108. game.Workspace[PlayerName]:MoveTo(Vector3.new(-219.826553, 69.3087242, 119.983597))
  109. wait(0)
  110. game.Workspace[PlayerName]:MoveTo(Vector3.new(-227.059875, 71.1087265, 141.950638))
  111. wait(0)
  112. game.Workspace[PlayerName]:MoveTo(Vector3.new(-251.822968, 73.8702087, 134.273315))
  113. end)
  114.  
  115. gravity100.Name = "gravity100"
  116. gravity100.Parent = PrintGUI
  117. gravity100.BackgroundColor3 = Color3.new(1, 1, 1)
  118. gravity100.BorderSizePixel = 0
  119. gravity100.Position = UDim2.new(0, 0, 0.699738503, 0)
  120. gravity100.Size = UDim2.new(0, 185, 0, 50)
  121. gravity100.Style = Enum.ButtonStyle.RobloxRoundButton
  122. gravity100.Font = Enum.Font.Fantasy
  123. gravity100.Text = "Coming Soon!"
  124. gravity100.TextColor3 = Color3.new(0, 0, 0)
  125. gravity100.TextSize = 20
  126. gravity100.TextWrapped = true
  127.  
  128. gravity16.Name = "gravity16"
  129. gravity16.Parent = PrintGUI
  130. gravity16.BackgroundColor3 = Color3.new(1, 1, 1)
  131. gravity16.BorderSizePixel = 0
  132. gravity16.Position = UDim2.new(0.519480526, 0, 0.699738503, 0)
  133. gravity16.Size = UDim2.new(0, 185, 0, 50)
  134. gravity16.Style = Enum.ButtonStyle.RobloxRoundButton
  135. gravity16.Font = Enum.Font.Fantasy
  136. gravity16.Text = "Coming Soon!"
  137. gravity16.TextColor3 = Color3.new(0, 0, 0)
  138. gravity16.TextSize = 20
  139. gravity16.TextWrapped = true
  140.  
  141. noclip.Name = "noclip"
  142. noclip.Parent = PrintGUI
  143. noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  144. noclip.BorderSizePixel = 0
  145. noclip.Position = UDim2.new(0, 0, 0.266372442, 0)
  146. noclip.Size = UDim2.new(0, 185, 0, 50)
  147. noclip.Style = Enum.ButtonStyle.RobloxRoundButton
  148. noclip.Font = Enum.Font.Fantasy
  149. noclip.Text = "Grass Farm"
  150. noclip.TextColor3 = Color3.new(0, 0, 0)
  151. noclip.TextSize = 20
  152. noclip.TextWrapped = true
  153. noclip.MouseButton1Click:connect(function()
  154. local PlayerName = game.Players.LocalPlayer.Name
  155. game.Workspace[PlayerName]:MoveTo(Vector3.new(10.0750351, 15.1399984, 129.01059))
  156. wait(0)
  157. game.Workspace[PlayerName]:MoveTo(Vector3.new(-4.22511625, 19.4400063, 116.401024))
  158. wait(0)
  159. game.Workspace[PlayerName]:MoveTo(Vector3.new(-10.7383776, 22.7399998, 102.965988))
  160. wait(0)
  161. game.Workspace[PlayerName]:MoveTo(Vector3.new(-20.5556984, 28.8270224, 89.513649))
  162. wait(0)
  163. game.Workspace[PlayerName]:MoveTo(Vector3.new(-35.4407196, 36.3702316, 86.8941803))
  164. wait(0)
  165. game.Workspace[PlayerName]:MoveTo(Vector3.new(-54.3409767, 43.270195, 95.4122467))
  166. wait(0)
  167. game.Workspace[PlayerName]:MoveTo(Vector3.new(-71.0054779, 41.3702011, 105.142372))
  168. wait(0)
  169. game.Workspace[PlayerName]:MoveTo(Vector3.new(-82.1068115, 48.6701965, 134.999008))
  170. wait(0)
  171. game.Workspace[PlayerName]:MoveTo(Vector3.new(-69.2428207, 41.9702072, 160.727371))
  172. wait(0)
  173. game.Workspace[PlayerName]:MoveTo(Vector3.new(-50.9979134, 44.1702003, 171.966354))
  174. wait(0)
  175. game.Workspace[PlayerName]:MoveTo(Vector3.new(-35.4932899, 36.3702316, 177.241913))
  176. wait(0)
  177. game.Workspace[PlayerName]:MoveTo(Vector3.new(-19.4712982, 28.870224, 166.833038))
  178. wait(0)
  179. game.Workspace[PlayerName]:MoveTo(Vector3.new(-10.6822414, 22.7399998, 156.176254))
  180. wait(0)
  181. game.Workspace[PlayerName]:MoveTo(Vector3.new(-3.79428387, 19.4400063, 140.436478))
  182. end)
  183.  
  184. walkspeed100.Name = "walkspeed100"
  185. walkspeed100.Parent = PrintGUI
  186. walkspeed100.BackgroundColor3 = Color3.new(1, 1, 1)
  187. walkspeed100.BorderSizePixel = 0
  188. walkspeed100.Position = UDim2.new(0, 0, 0.483055472, 0)
  189. walkspeed100.Size = UDim2.new(0, 185, 0, 50)
  190. walkspeed100.Style = Enum.ButtonStyle.RobloxRoundButton
  191. walkspeed100.Font = Enum.Font.Fantasy
  192. walkspeed100.Text = "Coming Soon!"
  193. walkspeed100.TextColor3 = Color3.new(0, 0, 0)
  194. walkspeed100.TextSize = 20
  195. walkspeed100.TextWrapped = true
  196.  
  197. walkspeed16.Name = "walkspeed16"
  198. walkspeed16.Parent = PrintGUI
  199. walkspeed16.BackgroundColor3 = Color3.new(1, 1, 1)
  200. walkspeed16.BorderSizePixel = 0
  201. walkspeed16.Position = UDim2.new(0.519480526, 0, 0.483055472, 0)
  202. walkspeed16.Size = UDim2.new(0, 185, 0, 50)
  203. walkspeed16.Style = Enum.ButtonStyle.RobloxRoundButton
  204. walkspeed16.Font = Enum.Font.Fantasy
  205. walkspeed16.Text = "Coming Soon!"
  206. walkspeed16.TextColor3 = Color3.new(0, 0, 0)
  207. walkspeed16.TextSize = 20
  208. walkspeed16.TextWrapped = true
  209.  
  210. title.Name = "title"
  211. title.Parent = PrintGUI
  212. title.BackgroundColor3 = Color3.new(1, 1, 1)
  213. title.BackgroundTransparency = 1
  214. title.BorderSizePixel = 0
  215. title.Position = UDim2.new(0.0337662324, 0, 0.0900621265, 0)
  216. title.Size = UDim2.new(0, 372, 0, 25)
  217. title.Font = Enum.Font.Highway
  218. title.Text = "Toy Simulator Farm"
  219. title.TextColor3 = Color3.new(1, 1, 1)
  220. title.TextSize = 30
  221. title.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  222. title.TextWrapped = true
  223. title.TextXAlignment = Enum.TextXAlignment.Left
  224. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement