NikHacks

LT2 spawn items script New! 2019

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