Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.60 KB | None | 0 0
  1. --]Made By DukyBG , Big Thanks for TehDino for the scripts
  2. --]And when you spawn something reload your base
  3.  
  4.  
  5. -- Instances:
  6. local ripgame = Instance.new("ScreenGui")
  7. local OpenFrame = Instance.new("Frame")
  8. local Open = Instance.new("TextButton")
  9. local Main = Instance.new("Frame")
  10. local BeautyA = Instance.new("Frame")
  11. local Name = Instance.new("TextLabel")
  12. local BeautyB = Instance.new("Frame")
  13. local Credit = Instance.new("TextLabel")
  14. local Clone = Instance.new("TextButton")
  15. local Close = Instance.new("TextButton")
  16. local Spawn = Instance.new("TextButton")
  17. local NameHere = Instance.new("TextBox")
  18. local Names = Instance.new("TextButton")
  19. local List = Instance.new("Frame")
  20. local Close2 = Instance.new("TextButton")
  21. local BeautyC = Instance.new("Frame")
  22. local Name_2 = Instance.new("TextLabel")
  23. local Structures = Instance.new("TextButton")
  24. local List4 = Instance.new("Frame")
  25. local Close3 = Instance.new("TextButton")
  26. local BeautyD = Instance.new("Frame")
  27. local Name_3 = Instance.new("TextLabel")
  28. local TextLabel = Instance.new("TextLabel")
  29. local Other = Instance.new("TextButton")
  30. local List3 = Instance.new("Frame")
  31. local Close4 = Instance.new("TextButton")
  32. local BeautyE = Instance.new("Frame")
  33. local Name_4 = Instance.new("TextLabel")
  34. local TextLabel_2 = Instance.new("TextLabel")
  35. local Tools = Instance.new("TextButton")
  36. local List5 = Instance.new("Frame")
  37. local Close5 = Instance.new("TextButton")
  38. local BeautyF = Instance.new("Frame")
  39. local Name_5 = Instance.new("TextLabel")
  40. local TextLabel_3 = Instance.new("TextLabel")
  41. local Vehicles = Instance.new("TextButton")
  42. local List2 = Instance.new("Frame")
  43. local Close6 = Instance.new("TextButton")
  44. local BeautyG = Instance.new("Frame")
  45. local Name_6 = Instance.new("TextLabel")
  46. local TextLabel_4 = Instance.new("TextLabel")
  47. --Properties:
  48. ripgame.Name = "rip game"
  49. ripgame.Parent = game.CoreGui
  50. ripgame.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  51.  
  52. OpenFrame.Name = "OpenFrame"
  53. OpenFrame.Parent = ripgame
  54. OpenFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  55. OpenFrame.BorderColor3 = Color3.new(0.666667, 0, 0.498039)
  56. OpenFrame.Position = UDim2.new(0, 0, 0.504761934, 0)
  57. OpenFrame.Size = UDim2.new(0, 68, 0, 24)
  58. Open.MouseButton1Down:connect(function()
  59. Main.Visible = true
  60. OpenFrame.Visible = false
  61. end)
  62.  
  63. Open.Name = "Open"
  64. Open.Parent = OpenFrame
  65. Open.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  66. Open.BorderColor3 = Color3.new(0.666667, 0, 0.498039)
  67. Open.Size = UDim2.new(0, 68, 0, 24)
  68. Open.Font = Enum.Font.Cartoon
  69. Open.Text = "Open"
  70. Open.TextColor3 = Color3.new(1, 1, 1)
  71. Open.TextSize = 30
  72.  
  73. Main.Name = "Main"
  74. Main.Parent = ripgame
  75. Main.Active = true
  76. Main.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  77. Main.BorderSizePixel = 0
  78. Main.Position = UDim2.new(0.1813602, 0, 0.169047624, 0)
  79. Main.Size = UDim2.new(0, 439, 0, 278)
  80. Main.Visible = false
  81. Main.Draggable = true
  82.  
  83. BeautyA.Name = "BeautyA"
  84. BeautyA.Parent = Main
  85. BeautyA.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  86. BeautyA.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  87. BeautyA.BorderSizePixel = 0
  88. BeautyA.Size = UDim2.new(0, 439, 0, 25)
  89.  
  90. Name.Name = "Name"
  91. Name.Parent = BeautyA
  92. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  93. Name.BackgroundTransparency = 1
  94. Name.BorderSizePixel = 0
  95. Name.Position = UDim2.new(0.316628695, 0, 0, 0)
  96. Name.Size = UDim2.new(0, 154, 0, 25)
  97. Name.Font = Enum.Font.Cartoon
  98. Name.Text = "ÝtemSpawner"
  99. Name.TextColor3 = Color3.new(1, 1, 1)
  100. Name.TextSize = 20
  101.  
  102. BeautyB.Name = "BeautyB"
  103. BeautyB.Parent = Main
  104. BeautyB.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  105. BeautyB.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  106. BeautyB.BorderSizePixel = 0
  107. BeautyB.Position = UDim2.new(0, 0, 0.91366905, 0)
  108. BeautyB.Size = UDim2.new(0, 439, 0, 24)
  109.  
  110. Credit.Name = "Credit"
  111. Credit.Parent = BeautyB
  112. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  113. Credit.BackgroundTransparency = 1
  114. Credit.BorderSizePixel = 0
  115. Credit.Size = UDim2.new(0, 439, 0, 24)
  116. Credit.Font = Enum.Font.Cartoon
  117. Credit.Text = "Gui Made By DukyBG , Scripts Made By TehDino"
  118. Credit.TextColor3 = Color3.new(1, 1, 1)
  119. Credit.TextSize = 16
  120.  
  121. Clone.Name = "Clone"
  122. Clone.Parent = Main
  123. Clone.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  124. Clone.BorderSizePixel = 0
  125. Clone.Position = UDim2.new(0.0248503461, 0, 0.753271699, 0)
  126. Clone.Size = UDim2.new(0, 113, 0, 38)
  127. Clone.Font = Enum.Font.Cartoon
  128. Clone.Text = "Clone Tool"
  129. Clone.TextColor3 = Color3.new(1, 1, 1)
  130. Clone.TextSize = 25
  131.  
  132. Close.Name = "Close"
  133. Close.Parent = Main
  134. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  135. Close.BackgroundTransparency = 1
  136. Close.BorderSizePixel = 0
  137. Close.Position = UDim2.new(0.935208917, 0, -0.00128471851, 0)
  138. Close.Size = UDim2.new(0, 28, 0, 25)
  139. Close.Font = Enum.Font.SourceSans
  140. Close.Text = "X"
  141. Close.TextColor3 = Color3.new(1, 1, 1)
  142. Close.TextSize = 30
  143. Close.MouseButton1Down:connect(function()
  144. OpenFrame.Visible = true
  145. Main.Visible = false
  146. end)
  147.  
  148. Spawn.Name = "Spawn"
  149. Spawn.Parent = Main
  150. Spawn.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  151. Spawn.BorderSizePixel = 0
  152. Spawn.Position = UDim2.new(0.0248503461, 0, 0.145358026, 0)
  153. Spawn.Size = UDim2.new(0, 113, 0, 38)
  154. Spawn.Font = Enum.Font.Cartoon
  155. Spawn.Text = "Spawn"
  156. Spawn.TextColor3 = Color3.new(1, 1, 1)
  157. Spawn.TextSize = 25
  158.  
  159. NameHere.Name = "Name Here"
  160. NameHere.Parent = Spawn
  161. NameHere.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  162. NameHere.BorderSizePixel = 0
  163. NameHere.Position = UDim2.new(1.0895524, 0, 0, 0)
  164. NameHere.Size = UDim2.new(0, 230, 0, 38)
  165. NameHere.Font = Enum.Font.Cartoon
  166. NameHere.Text = "Name Here"
  167. NameHere.TextColor3 = Color3.new(0, 0, 0)
  168. NameHere.TextSize = 15
  169. NameHere.TextWrapped = true
  170.  
  171. Names.Name = "Names"
  172. Names.Parent = Main
  173. Names.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  174. Names.BorderSizePixel = 0
  175. Names.Position = UDim2.new(0.409816176, 0, 0.753271699, 0)
  176. Names.Size = UDim2.new(0, 113, 0, 38)
  177. Names.Font = Enum.Font.Cartoon
  178. Names.Text = "Names"
  179. Names.TextColor3 = Color3.new(1, 1, 1)
  180. Names.TextSize = 25
  181.  
  182. List.Name = "List"
  183. List.Parent = Names
  184. List.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  185. List.Position = UDim2.new(2.29203534, 0, -4.18421078, 0)
  186. List.Size = UDim2.new(0, 213, 0, 176)
  187. List.Visible = false
  188. Names.MouseButton1Down:connect(function()
  189. List.Visible = true
  190. end)
  191.  
  192. Close2.Name = "Close2"
  193. Close2.Parent = List
  194. Close2.BackgroundColor3 = Color3.new(1, 1, 1)
  195. Close2.BackgroundTransparency = 1
  196. Close2.BorderSizePixel = 0
  197. Close2.Position = UDim2.new(0.84131217, 0, -0.00128473341, 0)
  198. Close2.Size = UDim2.new(0, 32, 0, 21)
  199. Close2.Font = Enum.Font.SourceSans
  200. Close2.Text = "X"
  201. Close2.TextColor3 = Color3.new(1, 1, 1)
  202. Close2.TextSize = 30
  203. Close2.MouseButton1Down:connect(function()
  204. List.Visible = false
  205. end)
  206.  
  207. BeautyC.Name = "BeautyC"
  208. BeautyC.Parent = List
  209. BeautyC.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  210. BeautyC.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  211. BeautyC.BorderSizePixel = 0
  212. BeautyC.Position = UDim2.new(-0.00469483575, 0, 0, 0)
  213. BeautyC.Size = UDim2.new(0, 181, 0, 25)
  214.  
  215. Name_2.Name = "Name"
  216. Name_2.Parent = BeautyC
  217. Name_2.BackgroundColor3 = Color3.new(1, 1, 1)
  218. Name_2.BackgroundTransparency = 1
  219. Name_2.BorderSizePixel = 0
  220. Name_2.Position = UDim2.new(0.208647445, 0, 0, 0)
  221. Name_2.Size = UDim2.new(0, 124, 0, 25)
  222. Name_2.Font = Enum.Font.Cartoon
  223. Name_2.Text = "List"
  224. Name_2.TextColor3 = Color3.new(1, 1, 1)
  225. Name_2.TextSize = 20
  226.  
  227. Structures.Name = "Structures"
  228. Structures.Parent = List
  229. Structures.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  230. Structures.BorderSizePixel = 0
  231. Structures.Position = UDim2.new(0.034240149, 0, 0.196453527, 0)
  232. Structures.Size = UDim2.new(0, 111, 0, 21)
  233. Structures.Font = Enum.Font.Cartoon
  234. Structures.Text = "Structures"
  235. Structures.TextColor3 = Color3.new(1, 1, 1)
  236. Structures.TextSize = 25
  237. Structures.MouseButton1Down:connect(function()
  238. List4.Visible = true
  239. end)
  240.  
  241. List4.Name = "List4"
  242. List4.Parent = Structures
  243. List4.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  244. List4.Position = UDim2.new(-5.96021748, 0, -4.08897257, 0)
  245. List4.Size = UDim2.new(0, 213, 0, 176)
  246. List4.Visible = false
  247.  
  248. Close3.Name = "Close3"
  249. Close3.Parent = List4
  250. Close3.BackgroundColor3 = Color3.new(1, 1, 1)
  251. Close3.BackgroundTransparency = 1
  252. Close3.BorderSizePixel = 0
  253. Close3.Position = UDim2.new(0.84131217, 0, -0.00128473341, 0)
  254. Close3.Size = UDim2.new(0, 32, 0, 21)
  255. Close3.Font = Enum.Font.SourceSans
  256. Close3.Text = "X"
  257. Close3.TextColor3 = Color3.new(1, 1, 1)
  258. Close3.TextSize = 30
  259. Close3.MouseButton1Down:connect(function()
  260. List4.Visible = false
  261. end)
  262.  
  263. BeautyD.Name = "BeautyD"
  264. BeautyD.Parent = List4
  265. BeautyD.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  266. BeautyD.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  267. BeautyD.BorderSizePixel = 0
  268. BeautyD.Position = UDim2.new(-0.00469483575, 0, 0, 0)
  269. BeautyD.Size = UDim2.new(0, 181, 0, 25)
  270.  
  271. Name_3.Name = "Name"
  272. Name_3.Parent = BeautyD
  273. Name_3.BackgroundColor3 = Color3.new(1, 1, 1)
  274. Name_3.BackgroundTransparency = 1
  275. Name_3.BorderSizePixel = 0
  276. Name_3.Position = UDim2.new(0.208647445, 0, 0, 0)
  277. Name_3.Size = UDim2.new(0, 124, 0, 25)
  278. Name_3.Font = Enum.Font.Cartoon
  279. Name_3.Text = "List"
  280. Name_3.TextColor3 = Color3.new(1, 1, 1)
  281. Name_3.TextSize = 20
  282.  
  283. TextLabel.Parent = List4
  284. TextLabel.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  285. TextLabel.Position = UDim2.new(0, 0, 0.163337275, 0)
  286. TextLabel.Size = UDim2.new(0, 213, 0, 147)
  287. TextLabel.Font = Enum.Font.SourceSans
  288. TextLabel.Text = "Sawmill2,StraightConveyor,TightTurnConveyor,TiltConveyor,LogSweeper,ConveyorFunnel,ConveyorSupports,ConveyorSwitch,Sawmill,FloorLamp1,WallLight1,WallLight2,Seat_Couch,Sawmill4L,Painting1,Stove,Dishwasher,Toilet,Sawmill3,Bed1,Bed2,Sawmill4,GlassPanel1,GlassPanel2,GlassPanel3,GlassPanel4,Lamp1,GlassDoor1"
  289. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  290. TextLabel.TextSize = 14
  291. TextLabel.TextWrapped = true
  292.  
  293. Other.Name = "Other"
  294. Other.Parent = List
  295. Other.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  296. Other.BorderSizePixel = 0
  297. Other.Position = UDim2.new(0.034240149, 0, 0.355544448, 0)
  298. Other.Size = UDim2.new(0, 111, 0, 21)
  299. Other.Font = Enum.Font.Cartoon
  300. Other.Text = "Other"
  301. Other.TextColor3 = Color3.new(1, 1, 1)
  302. Other.TextSize = 25
  303. Other.MouseButton1Down:connect(function()
  304. List3.Visible = true
  305. end)
  306.  
  307. List3.Name = "List3"
  308. List3.Parent = Other
  309. List3.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  310. List3.Position = UDim2.new(-5.96021748, 0, -4.08897257, 0)
  311. List3.Size = UDim2.new(0, 213, 0, 176)
  312. List3.Visible = false
  313.  
  314. Close4.Name = "Close4"
  315. Close4.Parent = List3
  316. Close4.BackgroundColor3 = Color3.new(1, 1, 1)
  317. Close4.BackgroundTransparency = 1
  318. Close4.BorderSizePixel = 0
  319. Close4.Position = UDim2.new(0.84131217, 0, -0.00128473341, 0)
  320. Close4.Size = UDim2.new(0, 32, 0, 21)
  321. Close4.Font = Enum.Font.SourceSans
  322. Close4.Text = "X"
  323. Close4.TextColor3 = Color3.new(1, 1, 1)
  324. Close4.TextSize = 30
  325. Close4.MouseButton1Down:connect(function()
  326. List3.Visible = false
  327. end)
  328.  
  329. BeautyE.Name = "BeautyE"
  330. BeautyE.Parent = List3
  331. BeautyE.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  332. BeautyE.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  333. BeautyE.BorderSizePixel = 0
  334. BeautyE.Position = UDim2.new(-0.00469483575, 0, 0, 0)
  335. BeautyE.Size = UDim2.new(0, 181, 0, 25)
  336.  
  337. Name_4.Name = "Name"
  338. Name_4.Parent = BeautyE
  339. Name_4.BackgroundColor3 = Color3.new(1, 1, 1)
  340. Name_4.BackgroundTransparency = 1
  341. Name_4.BorderSizePixel = 0
  342. Name_4.Position = UDim2.new(0.208647445, 0, 0, 0)
  343. Name_4.Size = UDim2.new(0, 124, 0, 25)
  344. Name_4.Font = Enum.Font.Cartoon
  345. Name_4.Text = "List"
  346. Name_4.TextColor3 = Color3.new(1, 1, 1)
  347. Name_4.TextSize = 20
  348.  
  349. TextLabel_2.Parent = List3
  350. TextLabel_2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  351. TextLabel_2.Position = UDim2.new(0, 0, 0.163337275, 0)
  352. TextLabel_2.Size = UDim2.new(0, 213, 0, 147)
  353. TextLabel_2.Font = Enum.Font.SourceSans
  354. TextLabel_2.Text = "PropertySoldSign,WorkLight,BagOfSand,CanOfWorms,LightBulb,Dynamite,PumpkinClassic,Bluebaii,BobbleHead,Spork,CoalLump,Redball,PumpkinDark,Skull,Eye1,Turkey,Bobblehead2,BlueBall,Bl,PumpkinGreen,Bobblehead3,GreenBall,PumpkinCursed,CanOfCranberry,BagOfCandy,Candy,Snowball,Plate,Cocoa,CandyCane,Duck,Cone,Toboggan,PlumBall,YellowBall"
  355. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  356. TextLabel_2.TextSize = 14
  357. TextLabel_2.TextWrapped = true
  358.  
  359. Tools.Name = "Tools"
  360. Tools.Parent = List
  361. Tools.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  362. Tools.BorderSizePixel = 0
  363. Tools.Position = UDim2.new(0.034240149, 0, 0.514635324, 0)
  364. Tools.Size = UDim2.new(0, 111, 0, 21)
  365. Tools.Font = Enum.Font.Cartoon
  366. Tools.Text = "Tools"
  367. Tools.TextColor3 = Color3.new(1, 1, 1)
  368. Tools.TextSize = 25
  369. Tools.MouseButton1Down:connect(function()
  370. List5.Visible = true
  371. end)
  372.  
  373. List5.Name = "List5"
  374. List5.Parent = Tools
  375. List5.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  376. List5.Position = UDim2.new(-5.96021748, 0, -4.08897257, 0)
  377. List5.Size = UDim2.new(0, 213, 0, 176)
  378. List5.Visible = false
  379.  
  380. Close5.Name = "Close5"
  381. Close5.Parent = List5
  382. Close5.BackgroundColor3 = Color3.new(1, 1, 1)
  383. Close5.BackgroundTransparency = 1
  384. Close5.BorderSizePixel = 0
  385. Close5.Position = UDim2.new(0.84131217, 0, -0.00128473341, 0)
  386. Close5.Size = UDim2.new(0, 32, 0, 21)
  387. Close5.Font = Enum.Font.SourceSans
  388. Close5.Text = "X"
  389. Close5.TextColor3 = Color3.new(1, 1, 1)
  390. Close5.TextSize = 30
  391. Close5.MouseButton1Down:connect(function()
  392. List5.Visible = false
  393. end)
  394.  
  395. BeautyF.Name = "BeautyF"
  396. BeautyF.Parent = List5
  397. BeautyF.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  398. BeautyF.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  399. BeautyF.BorderSizePixel = 0
  400. BeautyF.Position = UDim2.new(-0.00469483575, 0, 0, 0)
  401. BeautyF.Size = UDim2.new(0, 181, 0, 25)
  402.  
  403. Name_5.Name = "Name"
  404. Name_5.Parent = BeautyF
  405. Name_5.BackgroundColor3 = Color3.new(1, 1, 1)
  406. Name_5.BackgroundTransparency = 1
  407. Name_5.BorderSizePixel = 0
  408. Name_5.Position = UDim2.new(0.208647445, 0, 0, 0)
  409. Name_5.Size = UDim2.new(0, 124, 0, 25)
  410. Name_5.Font = Enum.Font.Cartoon
  411. Name_5.Text = "List"
  412. Name_5.TextColor3 = Color3.new(1, 1, 1)
  413. Name_5.TextSize = 20
  414.  
  415. TextLabel_3.Parent = List5
  416. TextLabel_3.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  417. TextLabel_3.Position = UDim2.new(0, 0, 0.163337275, 0)
  418. TextLabel_3.Size = UDim2.new(0, 213, 0, 147)
  419. TextLabel_3.Font = Enum.Font.SourceSans
  420. TextLabel_3.Text = "BasicHatchet,Axe1,Axe2,AxeAlphaTesters,Rukiryaxe,Axe3,AxeBetaTesters,FireAxe,SilverAxe,EndTimesAxe,AxeChicken,CandyCaneAxe,Beesaxe,AxeAmber,GingerbreadAxe,ManyAxe,AxeTwitter"
  421. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  422. TextLabel_3.TextSize = 14
  423. TextLabel_3.TextWrapped = true
  424.  
  425. Vehicles.Name = "Vehicles"
  426. Vehicles.Parent = List
  427. Vehicles.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  428. Vehicles.BorderSizePixel = 0
  429. Vehicles.Position = UDim2.new(0.034240149, 0, 0.690771699, 0)
  430. Vehicles.Size = UDim2.new(0, 111, 0, 21)
  431. Vehicles.Font = Enum.Font.Cartoon
  432. Vehicles.Text = "Vehicles"
  433. Vehicles.TextColor3 = Color3.new(1, 1, 1)
  434. Vehicles.TextSize = 25
  435. Vehicles.MouseButton1Down:connect(function()
  436. List2.Visible = true
  437. end)
  438.  
  439. List2.Name = "List2"
  440. List2.Parent = Vehicles
  441. List2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  442. List2.Position = UDim2.new(-5.96021748, 0, -4.08897257, 0)
  443. List2.Size = UDim2.new(0, 213, 0, 176)
  444. List2.Visible = false
  445.  
  446. Close6.Name = "Close6"
  447. Close6.Parent = List2
  448. Close6.BackgroundColor3 = Color3.new(1, 1, 1)
  449. Close6.BackgroundTransparency = 1
  450. Close6.BorderSizePixel = 0
  451. Close6.Position = UDim2.new(0.84131217, 0, -0.00128473341, 0)
  452. Close6.Size = UDim2.new(0, 32, 0, 21)
  453. Close6.Font = Enum.Font.SourceSans
  454. Close6.Text = "X"
  455. Close6.TextColor3 = Color3.new(1, 1, 1)
  456. Close6.TextSize = 30
  457. Close6.MouseButton1Down:connect(function()
  458. List2.Visible = false
  459. end)
  460.  
  461. BeautyG.Name = "BeautyG"
  462. BeautyG.Parent = List2
  463. BeautyG.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  464. BeautyG.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  465. BeautyG.BorderSizePixel = 0
  466. BeautyG.Position = UDim2.new(-0.00469483575, 0, 0, 0)
  467. BeautyG.Size = UDim2.new(0, 181, 0, 25)
  468.  
  469. Name_6.Name = "Name"
  470. Name_6.Parent = BeautyG
  471. Name_6.BackgroundColor3 = Color3.new(1, 1, 1)
  472. Name_6.BackgroundTransparency = 1
  473. Name_6.BorderSizePixel = 0
  474. Name_6.Position = UDim2.new(0.208647445, 0, 0, 0)
  475. Name_6.Size = UDim2.new(0, 124, 0, 25)
  476. Name_6.Font = Enum.Font.Cartoon
  477. Name_6.Text = "List"
  478. Name_6.TextColor3 = Color3.new(1, 1, 1)
  479. Name_6.TextSize = 20
  480.  
  481. TextLabel_4.Parent = List2
  482. TextLabel_4.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  483. TextLabel_4.Position = UDim2.new(0, 0, 0.163337275, 0)
  484. TextLabel_4.Size = UDim2.new(0, 213, 0, 147)
  485. TextLabel_4.Font = Enum.Font.SourceSans
  486. TextLabel_4.Text = "UtilityTruck,UtilityTruck2,SmallTrailer,Pickup1,Trailer2,Sleigh"
  487. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  488. TextLabel_4.TextSize = 14
  489. TextLabel_4.TextWrapped = true
  490. -- Scripts:
  491.  
  492. --]Spawner
  493. Spawn.MouseButton1Down:connect(function()
  494. local Item = NameHere.Text
  495. local Quantity = 5
  496.  
  497. local Land = nil
  498. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  499. if v.Owner.Value == game.Players.LocalPlayer then
  500. Land = v
  501. break
  502. end
  503. end
  504. if not Land then
  505. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  506. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  507. Land = v
  508. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  509. break
  510. end
  511. end
  512. end
  513.  
  514. function Spawn(Item)
  515. local Info = {}
  516. Info.Name = Item.Name
  517. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  518. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  519. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  520. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  521. end
  522.  
  523. for i=1, Quantity do
  524. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  525. end
  526. end)
  527.  
  528. --]Clone Tool
  529.  
  530. Clone.MouseButton1Down:connect(function()
  531. local Character = game.Players.LocalPlayer.Character
  532. local Mouse = game.Players.LocalPlayer:GetMouse()
  533. local Land = nil
  534.  
  535. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  536. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  537. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  538. break
  539. end
  540. end
  541.  
  542. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  543. if v.Owner.Value == game.Players.LocalPlayer then
  544. Land = v
  545. break
  546. end
  547. end
  548.  
  549. function Clone(Item)
  550. local Info = {}
  551. Info.Name = "Wire"
  552. Info.Type = Item
  553. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  554.  
  555. local Points = {Land.OriginSquare.Position - Vector3.new(0,100,0), Land.OriginSquare.Position - Vector3.new(0,100,0)}
  556. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  557. end
  558.  
  559. local Tool = Instance.new("Tool")
  560. Tool.Name = "Clone"
  561. Tool.RequiresHandle = false
  562. Tool.Parent = game.Players.LocalPlayer.Backpack
  563.  
  564. Tool.Activated:Connect(function()
  565. if Mouse.Target and Land then
  566. local Target = Mouse.Target
  567.  
  568. if Target.Parent:IsA("Model") and Target.Parent:FindFirstChild("Main") then
  569. Target = Target.Parent
  570. elseif Target.Parent.Parent:IsA("Model") and Target.Parent.Parent:FindFirstChild("Main") then
  571. Target = Target.Parent.Parent
  572. elseif Target.Parent:IsA("Model") and Target.Parent:FindFirstChild("CutEvent") then
  573. Target = Target.Parent
  574. end
  575.  
  576. Clone(Target)
  577. else
  578. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  579. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  580. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  581. break
  582. end
  583. end
  584.  
  585. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  586. if v.Owner.Value == game.Players.LocalPlayer then
  587. Land = v
  588. break
  589. end
  590. end
  591. end
  592. end)
  593. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement