Advertisement
EvanPlayer

minha gui lt2 item spawn

May 20th, 2019
5,057
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.23 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local EvanGui = 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 TextLabel = Instance.new("TextLabel")
  10. local BeautyB = Instance.new("Frame")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local endtimes = Instance.new("TextButton")
  13. local fire = Instance.new("TextButton")
  14. local Many = Instance.new("TextButton")
  15. local Rukiry = Instance.new("TextButton")
  16. local amber = Instance.new("TextButton")
  17. local beta = Instance.new("TextButton")
  18. local alpha = Instance.new("TextButton")
  19. local Close = Instance.new("TextButton")
  20. local bee = Instance.new("TextButton")
  21. local caminhao = Instance.new("TextButton")
  22. local treno = Instance.new("TextButton")
  23. local carro1 = Instance.new("TextButton")
  24. local carro2 = Instance.new("TextButton")
  25. local trailer1 = Instance.new("TextButton")
  26. local trailer2 = Instance.new("TextButton")
  27. local blueball = Instance.new("TextButton")
  28. local greenball = Instance.new("TextButton")
  29. local plumball = Instance.new("TextButton")
  30. local RedBall = Instance.new("TextButton")
  31. local PumpkinClassic = Instance.new("TextButton")
  32. local PumpkinCursed = Instance.new("TextButton")
  33. local PumpkinDark = Instance.new("TextButton")
  34. local PumpkinGreen = Instance.new("TextButton")
  35. local Bobblehead = Instance.new("TextButton")
  36. local Bobblehead2 = Instance.new("TextButton")
  37. local Bobblehead3 = Instance.new("TextButton")
  38. local Bobblehead4 = Instance.new("TextButton")
  39. local Turkey3 = Instance.new("TextButton")
  40. local Turkey = Instance.new("TextButton")
  41. local Turkey2 = Instance.new("TextButton")
  42. local CandyCane = Instance.new("TextButton")
  43. local Duck = Instance.new("TextButton")
  44. local WorkLight = Instance.new("TextButton")
  45. local Toboggan = Instance.new("TextButton")
  46. local Spork = Instance.new("TextButton")
  47. local Scoobis = Instance.new("TextButton")
  48. local Plate = Instance.new("TextButton")
  49. local Eye1 = Instance.new("TextButton")
  50. --Properties:
  51. EvanGui.Name = "EvanGui"
  52. EvanGui.Parent = game.CoreGui
  53.  
  54. OpenFrame.Name = "OpenFrame"
  55. OpenFrame.Parent = EvanGui
  56. OpenFrame.Active = true
  57. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  58. OpenFrame.BorderSizePixel = 0
  59. OpenFrame.Position = UDim2.new(0.448521912, 0, 0, 0)
  60. OpenFrame.Size = UDim2.new(0, 100, 0, 33)
  61. OpenFrame.Draggable = true
  62.  
  63. open.Name = "open"
  64. open.Parent = OpenFrame
  65. open.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  66. open.Position = UDim2.new(0.0434046388, 0, 0.0645586252, 0)
  67. open.Size = UDim2.new(0, 91, 0, 27)
  68. open.Font = Enum.Font.SourceSans
  69. open.Text = "Abrir"
  70. open.TextColor3 = Color3.new(1, 1, 1)
  71. open.TextSize = 16
  72. open.MouseButton1Down:connect(function()
  73. Main.Visible = true
  74. OpenFrame.Visible = false
  75. end)
  76.  
  77. Main.Name = "Main"
  78. Main.Parent = EvanGui
  79. Main.Active = true
  80. Main.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  81. Main.BackgroundTransparency = 0.40000000596046
  82. Main.Position = UDim2.new(0.187563717, 0, 0.252964437, 0)
  83. Main.Size = UDim2.new(0, 609, 0, 374)
  84. Main.Visible = false
  85. Main.Draggable = true
  86.  
  87. BeautyA.Name = "BeautyA"
  88. BeautyA.Parent = Main
  89. BeautyA.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  90. BeautyA.BorderColor3 = Color3.new(1, 0.00784314, 0.917647)
  91. BeautyA.BorderSizePixel = 0
  92. BeautyA.Size = UDim2.new(0, 610, 0, 45)
  93.  
  94. TextLabel.Parent = BeautyA
  95. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  96. TextLabel.BackgroundTransparency = 1
  97. TextLabel.BorderSizePixel = 0
  98. TextLabel.Size = UDim2.new(0, 610, 0, 45)
  99. TextLabel.Font = Enum.Font.SourceSans
  100. TextLabel.Text = "Gui Feita Por Evan Player"
  101. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  102. TextLabel.TextSize = 30
  103.  
  104. BeautyB.Name = "BeautyB"
  105. BeautyB.Parent = Main
  106. BeautyB.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  107. BeautyB.BorderColor3 = Color3.new(1, 0.00784314, 0.917647)
  108. BeautyB.BorderSizePixel = 0
  109. BeautyB.Position = UDim2.new(0, 0, 0.893048108, 0)
  110. BeautyB.Size = UDim2.new(0, 610, 0, 40)
  111.  
  112. TextLabel_2.Parent = BeautyB
  113. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  114. TextLabel_2.BackgroundTransparency = 1
  115. TextLabel_2.BorderSizePixel = 0
  116. TextLabel_2.Size = UDim2.new(0, 610, 0, 40)
  117. TextLabel_2.Font = Enum.Font.SourceSans
  118. TextLabel_2.Text = "Inscreva-se em meu canal no youtube.com/evanplayer"
  119. TextLabel_2.TextColor3 = Color3.new(0.85098, 0.85098, 0.85098)
  120. TextLabel_2.TextSize = 20
  121.  
  122. endtimes.Name = "endtimes"
  123. endtimes.Parent = Main
  124. endtimes.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  125. endtimes.BorderSizePixel = 0
  126. endtimes.Position = UDim2.new(0.0344262309, 0, 0.155080214, 0)
  127. endtimes.Size = UDim2.new(0, 103, 0, 24)
  128. endtimes.Font = Enum.Font.SourceSans
  129. endtimes.Text = "EndTimes"
  130. endtimes.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  131. endtimes.TextSize = 14
  132. endtimes.MouseButton1Down:connect(function()
  133. local Item = "EndTimesAxe"
  134. local Quantity = 1
  135.  
  136. local Land = nil
  137. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  138. if v.Owner.Value == game.Players.LocalPlayer then
  139. Land = v
  140. break
  141. end
  142. end
  143. if not Land then
  144. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  145. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  146. Land = v
  147. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  148. break
  149. end
  150. end
  151. end
  152.  
  153. function Spawn(Item)
  154. local Info = {}
  155. Info.Name = Item.Name
  156. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  157. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  158. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  159. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  160. end
  161.  
  162. for i=1, Quantity do
  163. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  164. end
  165. end)
  166.  
  167. fire.Name = "fire"
  168. fire.Parent = Main
  169. fire.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  170. fire.BorderSizePixel = 0
  171. fire.Position = UDim2.new(0.0344262309, 0, 0.243315503, 0)
  172. fire.Size = UDim2.new(0, 103, 0, 24)
  173. fire.Font = Enum.Font.SourceSans
  174. fire.Text = "Fire"
  175. fire.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  176. fire.TextSize = 14
  177. fire.MouseButton1Down:connect(function()
  178. local Item = "FireAxe"
  179. local Quantity = 1
  180.  
  181. local Land = nil
  182. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  183. if v.Owner.Value == game.Players.LocalPlayer then
  184. Land = v
  185. break
  186. end
  187. end
  188. if not Land then
  189. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  190. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  191. Land = v
  192. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  193. break
  194. end
  195. end
  196. end
  197.  
  198. function Spawn(Item)
  199. local Info = {}
  200. Info.Name = Item.Name
  201. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  202. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  203. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  204. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  205. end
  206.  
  207. for i=1, Quantity do
  208. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  209. end
  210. end)
  211.  
  212. Many.Name = "Many"
  213. Many.Parent = Main
  214. Many.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  215. Many.BorderSizePixel = 0
  216. Many.Position = UDim2.new(0.0344262309, 0, 0.334224582, 0)
  217. Many.Size = UDim2.new(0, 103, 0, 24)
  218. Many.Font = Enum.Font.SourceSans
  219. Many.Text = "Many"
  220. Many.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  221. Many.TextSize = 14
  222. Many.MouseButton1Down:connect(function()
  223. local Item = "ManyAxe"
  224. local Quantity = 1
  225.  
  226. local Land = nil
  227. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  228. if v.Owner.Value == game.Players.LocalPlayer then
  229. Land = v
  230. break
  231. end
  232. end
  233. if not Land then
  234. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  235. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  236. Land = v
  237. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  238. break
  239. end
  240. end
  241. end
  242.  
  243. function Spawn(Item)
  244. local Info = {}
  245. Info.Name = Item.Name
  246. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  247. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  248. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  249. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  250. end
  251.  
  252. for i=1, Quantity do
  253. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  254. end
  255. end)
  256.  
  257. Rukiry.Name = "Rukiry"
  258. Rukiry.Parent = Main
  259. Rukiry.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  260. Rukiry.BorderSizePixel = 0
  261. Rukiry.Position = UDim2.new(0.0344262309, 0, 0.4224599, 0)
  262. Rukiry.Size = UDim2.new(0, 103, 0, 24)
  263. Rukiry.Font = Enum.Font.SourceSans
  264. Rukiry.Text = "Rukiry"
  265. Rukiry.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  266. Rukiry.TextSize = 14
  267. Rukiry.MouseButton1Down:connect(function()
  268. local Item = "Rukiryaxe"
  269. local Quantity = 1
  270.  
  271. local Land = nil
  272. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  273. if v.Owner.Value == game.Players.LocalPlayer then
  274. Land = v
  275. break
  276. end
  277. end
  278. if not Land then
  279. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  280. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  281. Land = v
  282. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  283. break
  284. end
  285. end
  286. end
  287.  
  288. function Spawn(Item)
  289. local Info = {}
  290. Info.Name = Item.Name
  291. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  292. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  293. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  294. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  295. end
  296.  
  297. for i=1, Quantity do
  298. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  299. end
  300. end)
  301.  
  302. amber.Name = "amber"
  303. amber.Parent = Main
  304. amber.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  305. amber.BorderSizePixel = 0
  306. amber.Position = UDim2.new(0.0344262309, 0, 0.601604283, 0)
  307. amber.Size = UDim2.new(0, 103, 0, 24)
  308. amber.Font = Enum.Font.SourceSans
  309. amber.Text = "Amber"
  310. amber.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  311. amber.TextSize = 14
  312. amber.MouseButton1Down:connect(function()
  313. local Item = "AxeAmber"
  314. local Quantity = 1
  315.  
  316. local Land = nil
  317. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  318. if v.Owner.Value == game.Players.LocalPlayer then
  319. Land = v
  320. break
  321. end
  322. end
  323. if not Land then
  324. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  325. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  326. Land = v
  327. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  328. break
  329. end
  330. end
  331. end
  332.  
  333. function Spawn(Item)
  334. local Info = {}
  335. Info.Name = Item.Name
  336. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  337. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  338. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  339. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  340. end
  341.  
  342. for i=1, Quantity do
  343. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  344. end
  345. end)
  346.  
  347. beta.Name = "beta"
  348. beta.Parent = Main
  349. beta.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  350. beta.BorderSizePixel = 0
  351. beta.Position = UDim2.new(0.0344262309, 0, 0.780748665, 0)
  352. beta.Size = UDim2.new(0, 103, 0, 24)
  353. beta.Font = Enum.Font.SourceSans
  354. beta.Text = "Beta"
  355. beta.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  356. beta.TextSize = 14
  357. beta.MouseButton1Down:connect(function()
  358. local Item = "AxeBetaTesters"
  359. local Quantity = 1
  360.  
  361. local Land = nil
  362. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  363. if v.Owner.Value == game.Players.LocalPlayer then
  364. Land = v
  365. break
  366. end
  367. end
  368. if not Land then
  369. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  370. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  371. Land = v
  372. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  373. break
  374. end
  375. end
  376. end
  377.  
  378. function Spawn(Item)
  379. local Info = {}
  380. Info.Name = Item.Name
  381. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  382. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  383. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  384. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  385. end
  386.  
  387. for i=1, Quantity do
  388. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  389. end
  390. end)
  391.  
  392. alpha.Name = "alpha"
  393. alpha.Parent = Main
  394. alpha.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  395. alpha.BorderSizePixel = 0
  396. alpha.Position = UDim2.new(0.0344262309, 0, 0.689839542, 0)
  397. alpha.Size = UDim2.new(0, 103, 0, 24)
  398. alpha.Font = Enum.Font.SourceSans
  399. alpha.Text = "Alpha"
  400. alpha.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  401. alpha.TextSize = 14
  402. alpha.MouseButton1Down:connect(function()
  403. local Item = "AxeAlphaTesters"
  404. local Quantity = 1
  405.  
  406. local Land = nil
  407. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  408. if v.Owner.Value == game.Players.LocalPlayer then
  409. Land = v
  410. break
  411. end
  412. end
  413. if not Land then
  414. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  415. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  416. Land = v
  417. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  418. break
  419. end
  420. end
  421. end
  422.  
  423. function Spawn(Item)
  424. local Info = {}
  425. Info.Name = Item.Name
  426. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  427. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  428. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  429. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  430. end
  431.  
  432. for i=1, Quantity do
  433. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  434. end
  435. end)
  436.  
  437.  
  438. bee.Name = "bee"
  439. bee.Parent = Main
  440. bee.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  441. bee.BorderSizePixel = 0
  442. bee.Position = UDim2.new(0.0344262309, 0, 0.513368964, 0)
  443. bee.Size = UDim2.new(0, 103, 0, 24)
  444. bee.Font = Enum.Font.SourceSans
  445. bee.Text = "Bee"
  446. bee.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  447. bee.TextSize = 14
  448. bee.MouseButton1Down:connect(function()
  449. local Item = "Beesaxe"
  450. local Quantity = 1
  451.  
  452. local Land = nil
  453. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  454. if v.Owner.Value == game.Players.LocalPlayer then
  455. Land = v
  456. break
  457. end
  458. end
  459. if not Land then
  460. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  461. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  462. Land = v
  463. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  464. break
  465. end
  466. end
  467. end
  468.  
  469. function Spawn(Item)
  470. local Info = {}
  471. Info.Name = Item.Name
  472. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  473. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  474. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  475. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  476. end
  477.  
  478. for i=1, Quantity do
  479. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  480. end
  481. end)
  482.  
  483. caminhao.Name = "caminhao"
  484. caminhao.Parent = Main
  485. caminhao.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  486. caminhao.BorderSizePixel = 0
  487. caminhao.Position = UDim2.new(0.224880755, 0, 0.155080214, 0)
  488. caminhao.Size = UDim2.new(0, 103, 0, 24)
  489. caminhao.Font = Enum.Font.SourceSans
  490. caminhao.Text = "Caminhão"
  491. caminhao.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  492. caminhao.TextSize = 14
  493. caminhao.MouseButton1Down:connect(function()
  494. local Item = "Pickup1"
  495. local Quantity = 1
  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. treno.Name = "treno"
  529. treno.Parent = Main
  530. treno.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  531. treno.BorderSizePixel = 0
  532. treno.Position = UDim2.new(0.224880755, 0, 0.243315503, 0)
  533. treno.Size = UDim2.new(0, 103, 0, 24)
  534. treno.Font = Enum.Font.SourceSans
  535. treno.Text = "Trenó"
  536. treno.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  537. treno.TextSize = 14
  538. treno.MouseButton1Down:connect(function()
  539. local Item = "Sleigh"
  540. local Quantity = 1
  541.  
  542. local Land = nil
  543. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  544. if v.Owner.Value == game.Players.LocalPlayer then
  545. Land = v
  546. break
  547. end
  548. end
  549. if not Land then
  550. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  551. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  552. Land = v
  553. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  554. break
  555. end
  556. end
  557. end
  558.  
  559. function Spawn(Item)
  560. local Info = {}
  561. Info.Name = Item.Name
  562. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  563. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  564. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  565. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  566. end
  567.  
  568. for i=1, Quantity do
  569. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  570. end
  571. end)
  572.  
  573. carro1.Name = "carro1"
  574. carro1.Parent = Main
  575. carro1.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  576. carro1.BorderSizePixel = 0
  577. carro1.Position = UDim2.new(0.224880755, 0, 0.334224582, 0)
  578. carro1.Size = UDim2.new(0, 103, 0, 24)
  579. carro1.Font = Enum.Font.SourceSans
  580. carro1.Text = "Carro Pequeno"
  581. carro1.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  582. carro1.TextSize = 14
  583. carro1.MouseButton1Down:connect(function()
  584. local Item = "UtilityTruck"
  585. local Quantity = 1
  586.  
  587. local Land = nil
  588. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  589. if v.Owner.Value == game.Players.LocalPlayer then
  590. Land = v
  591. break
  592. end
  593. end
  594. if not Land then
  595. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  596. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  597. Land = v
  598. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  599. break
  600. end
  601. end
  602. end
  603.  
  604. function Spawn(Item)
  605. local Info = {}
  606. Info.Name = Item.Name
  607. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  608. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  609. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  610. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  611. end
  612.  
  613. for i=1, Quantity do
  614. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  615. end
  616. end)
  617.  
  618. carro2.Name = "carro2"
  619. carro2.Parent = Main
  620. carro2.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  621. carro2.BorderSizePixel = 0
  622. carro2.Position = UDim2.new(0.224880755, 0, 0.4224599, 0)
  623. carro2.Size = UDim2.new(0, 103, 0, 24)
  624. carro2.Font = Enum.Font.SourceSans
  625. carro2.Text = "Carro Grande"
  626. carro2.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  627. carro2.TextSize = 14
  628. carro2.MouseButton1Down:connect(function()
  629. local Item = "UtilityTruck2"
  630. local Quantity = 1
  631.  
  632. local Land = nil
  633. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  634. if v.Owner.Value == game.Players.LocalPlayer then
  635. Land = v
  636. break
  637. end
  638. end
  639. if not Land then
  640. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  641. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  642. Land = v
  643. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  644. break
  645. end
  646. end
  647. end
  648.  
  649. function Spawn(Item)
  650. local Info = {}
  651. Info.Name = Item.Name
  652. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  653. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  654. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  655. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  656. end
  657.  
  658. for i=1, Quantity do
  659. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  660. end
  661. end)
  662.  
  663. trailer1.Name = "trailer1"
  664. trailer1.Parent = Main
  665. trailer1.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  666. trailer1.BorderSizePixel = 0
  667. trailer1.Position = UDim2.new(0.224880755, 0, 0.513368964, 0)
  668. trailer1.Size = UDim2.new(0, 103, 0, 24)
  669. trailer1.Font = Enum.Font.SourceSans
  670. trailer1.Text = "Trailer Pequeno"
  671. trailer1.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  672. trailer1.TextSize = 14
  673. trailer1.MouseButton1Down:connect(function()
  674. local Item = "SmallTrailer"
  675. local Quantity = 1
  676.  
  677. local Land = nil
  678. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  679. if v.Owner.Value == game.Players.LocalPlayer then
  680. Land = v
  681. break
  682. end
  683. end
  684. if not Land then
  685. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  686. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  687. Land = v
  688. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  689. break
  690. end
  691. end
  692. end
  693.  
  694. function Spawn(Item)
  695. local Info = {}
  696. Info.Name = Item.Name
  697. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  698. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  699. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  700. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  701. end
  702.  
  703. for i=1, Quantity do
  704. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  705. end
  706. end)
  707.  
  708. trailer2.Name = "trailer2"
  709. trailer2.Parent = Main
  710. trailer2.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  711. trailer2.BorderSizePixel = 0
  712. trailer2.Position = UDim2.new(0.224880755, 0, 0.601604283, 0)
  713. trailer2.Size = UDim2.new(0, 103, 0, 24)
  714. trailer2.Font = Enum.Font.SourceSans
  715. trailer2.Text = "Trailer Grande"
  716. trailer2.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  717. trailer2.TextSize = 14
  718. trailer2.MouseButton1Down:connect(function()
  719. local Item = "Trailer2"
  720. local Quantity = 1
  721.  
  722. local Land = nil
  723. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  724. if v.Owner.Value == game.Players.LocalPlayer then
  725. Land = v
  726. break
  727. end
  728. end
  729. if not Land then
  730. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  731. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  732. Land = v
  733. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  734. break
  735. end
  736. end
  737. end
  738.  
  739. function Spawn(Item)
  740. local Info = {}
  741. Info.Name = Item.Name
  742. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  743. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  744. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  745. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  746. end
  747.  
  748. for i=1, Quantity do
  749. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  750. end
  751. end)
  752.  
  753. blueball.Name = "blueball"
  754. blueball.Parent = Main
  755. blueball.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  756. blueball.BorderSizePixel = 0
  757. blueball.Position = UDim2.new(0.414037317, 0, 0.155080214, 0)
  758. blueball.Size = UDim2.new(0, 103, 0, 24)
  759. blueball.Font = Enum.Font.SourceSans
  760. blueball.Text = "Bola Azul"
  761. blueball.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  762. blueball.TextSize = 14
  763. blueball.MouseButton1Down:connect(function()
  764. local Item = "BlueBall"
  765. local Quantity = 1
  766.  
  767. local Land = nil
  768. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  769. if v.Owner.Value == game.Players.LocalPlayer then
  770. Land = v
  771. break
  772. end
  773. end
  774. if not Land then
  775. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  776. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  777. Land = v
  778. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  779. break
  780. end
  781. end
  782. end
  783.  
  784. function Spawn(Item)
  785. local Info = {}
  786. Info.Name = Item.Name
  787. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  788. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  789. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  790. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  791. end
  792.  
  793. for i=1, Quantity do
  794. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  795. end
  796. end)
  797.  
  798. greenball.Name = "greenball"
  799. greenball.Parent = Main
  800. greenball.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  801. greenball.BorderSizePixel = 0
  802. greenball.Position = UDim2.new(0.414037317, 0, 0.243315503, 0)
  803. greenball.Size = UDim2.new(0, 103, 0, 24)
  804. greenball.Font = Enum.Font.SourceSans
  805. greenball.Text = "Bola Verde"
  806. greenball.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  807. greenball.TextSize = 14
  808. greenball.MouseButton1Down:connect(function()
  809. local Item = "GreenBall"
  810. local Quantity = 1
  811.  
  812. local Land = nil
  813. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  814. if v.Owner.Value == game.Players.LocalPlayer then
  815. Land = v
  816. break
  817. end
  818. end
  819. if not Land then
  820. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  821. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  822. Land = v
  823. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  824. break
  825. end
  826. end
  827. end
  828.  
  829. function Spawn(Item)
  830. local Info = {}
  831. Info.Name = Item.Name
  832. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  833. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  834. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  835. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  836. end
  837.  
  838. for i=1, Quantity do
  839. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  840. end
  841. end)
  842.  
  843. plumball.Name = "plumball"
  844. plumball.Parent = Main
  845. plumball.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  846. plumball.BorderSizePixel = 0
  847. plumball.Position = UDim2.new(0.414037317, 0, 0.334224582, 0)
  848. plumball.Size = UDim2.new(0, 103, 0, 24)
  849. plumball.Font = Enum.Font.SourceSans
  850. plumball.Text = "Bola Roxa"
  851. plumball.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  852. plumball.TextSize = 14
  853. plumball.MouseButton1Down:connect(function()
  854. local Item = "PlumBall"
  855. local Quantity = 1
  856.  
  857. local Land = nil
  858. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  859. if v.Owner.Value == game.Players.LocalPlayer then
  860. Land = v
  861. break
  862. end
  863. end
  864. if not Land then
  865. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  866. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  867. Land = v
  868. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  869. break
  870. end
  871. end
  872. end
  873.  
  874. function Spawn(Item)
  875. local Info = {}
  876. Info.Name = Item.Name
  877. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  878. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  879. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  880. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  881. end
  882.  
  883. for i=1, Quantity do
  884. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  885. end
  886. end)
  887.  
  888. RedBall.Name = "RedBall"
  889. RedBall.Parent = Main
  890. RedBall.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  891. RedBall.BorderSizePixel = 0
  892. RedBall.Position = UDim2.new(0.414037317, 0, 0.4224599, 0)
  893. RedBall.Size = UDim2.new(0, 103, 0, 24)
  894. RedBall.Font = Enum.Font.SourceSans
  895. RedBall.Text = "Bola Vermelha"
  896. RedBall.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  897. RedBall.TextSize = 14
  898. RedBall.MouseButton1Down:connect(function()
  899. local Item = "RedBall"
  900. local Quantity = 1
  901.  
  902. local Land = nil
  903. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  904. if v.Owner.Value == game.Players.LocalPlayer then
  905. Land = v
  906. break
  907. end
  908. end
  909. if not Land then
  910. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  911. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  912. Land = v
  913. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  914. break
  915. end
  916. end
  917. end
  918.  
  919. function Spawn(Item)
  920. local Info = {}
  921. Info.Name = Item.Name
  922. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  923. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  924. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  925. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  926. end
  927.  
  928. for i=1, Quantity do
  929. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  930. end
  931. end)
  932.  
  933. PumpkinClassic.Name = "PumpkinClassic"
  934. PumpkinClassic.Parent = Main
  935. PumpkinClassic.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  936. PumpkinClassic.BorderSizePixel = 0
  937. PumpkinClassic.Position = UDim2.new(0.414037317, 0, 0.556149721, 0)
  938. PumpkinClassic.Size = UDim2.new(0, 103, 0, 24)
  939. PumpkinClassic.Font = Enum.Font.SourceSans
  940. PumpkinClassic.Text = "Abóbora Vermelha"
  941. PumpkinClassic.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  942. PumpkinClassic.TextSize = 14
  943. PumpkinClassic.MouseButton1Down:connect(function()
  944. local Item = "PumpkinClassic"
  945. local Quantity = 1
  946.  
  947. local Land = nil
  948. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  949. if v.Owner.Value == game.Players.LocalPlayer then
  950. Land = v
  951. break
  952. end
  953. end
  954. if not Land then
  955. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  956. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  957. Land = v
  958. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  959. break
  960. end
  961. end
  962. end
  963.  
  964. function Spawn(Item)
  965. local Info = {}
  966. Info.Name = Item.Name
  967. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  968. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  969. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  970. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  971. end
  972.  
  973. for i=1, Quantity do
  974. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  975. end
  976. end)
  977.  
  978. PumpkinCursed.Name = "PumpkinCursed"
  979. PumpkinCursed.Parent = Main
  980. PumpkinCursed.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  981. PumpkinCursed.BorderSizePixel = 0
  982. PumpkinCursed.Position = UDim2.new(0.414037317, 0, 0.64438504, 0)
  983. PumpkinCursed.Size = UDim2.new(0, 103, 0, 24)
  984. PumpkinCursed.Font = Enum.Font.SourceSans
  985. PumpkinCursed.Text = "Abóbora Vinho"
  986. PumpkinCursed.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  987. PumpkinCursed.TextSize = 14
  988. PumpkinCursed.MouseButton1Down:connect(function()
  989. local Item = "PumpkinCursed"
  990. local Quantity = 1
  991.  
  992. local Land = nil
  993. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  994. if v.Owner.Value == game.Players.LocalPlayer then
  995. Land = v
  996. break
  997. end
  998. end
  999. if not Land then
  1000. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1001. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1002. Land = v
  1003. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1004. break
  1005. end
  1006. end
  1007. end
  1008.  
  1009. function Spawn(Item)
  1010. local Info = {}
  1011. Info.Name = Item.Name
  1012. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1013. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1014. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1015. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1016. end
  1017.  
  1018. for i=1, Quantity do
  1019. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1020. end
  1021. end)
  1022.  
  1023. PumpkinDark.Name = "PumpkinDark"
  1024. PumpkinDark.Parent = Main
  1025. PumpkinDark.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1026. PumpkinDark.BorderSizePixel = 0
  1027. PumpkinDark.Position = UDim2.new(0.414037317, 0, 0.732620299, 0)
  1028. PumpkinDark.Size = UDim2.new(0, 103, 0, 24)
  1029. PumpkinDark.Font = Enum.Font.SourceSans
  1030. PumpkinDark.Text = "Abóbora Preta"
  1031. PumpkinDark.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  1032. PumpkinDark.TextSize = 14
  1033. PumpkinDark.MouseButton1Down:connect(function()
  1034. local Item = "PumpkinDark"
  1035. local Quantity = 1
  1036.  
  1037. local Land = nil
  1038. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1039. if v.Owner.Value == game.Players.LocalPlayer then
  1040. Land = v
  1041. break
  1042. end
  1043. end
  1044. if not Land then
  1045. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1046. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1047. Land = v
  1048. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1049. break
  1050. end
  1051. end
  1052. end
  1053.  
  1054. function Spawn(Item)
  1055. local Info = {}
  1056. Info.Name = Item.Name
  1057. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1058. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1059. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1060. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1061. end
  1062.  
  1063. for i=1, Quantity do
  1064. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1065. end
  1066. end)
  1067.  
  1068. PumpkinGreen.Name = "PumpkinGreen"
  1069. PumpkinGreen.Parent = Main
  1070. PumpkinGreen.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1071. PumpkinGreen.BorderSizePixel = 0
  1072. PumpkinGreen.Position = UDim2.new(0.414037317, 0, 0.823529422, 0)
  1073. PumpkinGreen.Size = UDim2.new(0, 103, 0, 24)
  1074. PumpkinGreen.Font = Enum.Font.SourceSans
  1075. PumpkinGreen.Text = "Abóbora Verde"
  1076. PumpkinGreen.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  1077. PumpkinGreen.TextSize = 14
  1078. PumpkinGreen.MouseButton1Down:connect(function()
  1079. local Item = "PumpkinGreen"
  1080. local Quantity = 1
  1081.  
  1082. local Land = nil
  1083. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1084. if v.Owner.Value == game.Players.LocalPlayer then
  1085. Land = v
  1086. break
  1087. end
  1088. end
  1089. if not Land then
  1090. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1091. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1092. Land = v
  1093. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1094. break
  1095. end
  1096. end
  1097. end
  1098.  
  1099. function Spawn(Item)
  1100. local Info = {}
  1101. Info.Name = Item.Name
  1102. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1103. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1104. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1105. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1106. end
  1107.  
  1108. for i=1, Quantity do
  1109. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1110. end
  1111. end)
  1112.  
  1113. Bobblehead.Name = "Bobblehead"
  1114. Bobblehead.Parent = Main
  1115. Bobblehead.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1116. Bobblehead.BorderSizePixel = 0
  1117. Bobblehead.Position = UDim2.new(0.604346573, 0, 0.155080214, 0)
  1118. Bobblehead.Size = UDim2.new(0, 103, 0, 24)
  1119. Bobblehead.Font = Enum.Font.SourceSans
  1120. Bobblehead.Text = "Cabeça Amarela"
  1121. Bobblehead.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  1122. Bobblehead.TextSize = 14
  1123. Bobblehead.MouseButton1Down:connect(function()
  1124. local Item = "Bobblehead"
  1125. local Quantity = 1
  1126.  
  1127. local Land = nil
  1128. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1129. if v.Owner.Value == game.Players.LocalPlayer then
  1130. Land = v
  1131. break
  1132. end
  1133. end
  1134. if not Land then
  1135. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1136. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1137. Land = v
  1138. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1139. break
  1140. end
  1141. end
  1142. end
  1143.  
  1144. function Spawn(Item)
  1145. local Info = {}
  1146. Info.Name = Item.Name
  1147. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1148. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1149. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1150. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1151. end
  1152.  
  1153. for i=1, Quantity do
  1154. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1155. end
  1156. end)
  1157.  
  1158. Bobblehead2.Name = "Bobblehead2"
  1159. Bobblehead2.Parent = Main
  1160. Bobblehead2.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1161. Bobblehead2.BorderSizePixel = 0
  1162. Bobblehead2.Position = UDim2.new(0.604346573, 0, 0.243315503, 0)
  1163. Bobblehead2.Size = UDim2.new(0, 103, 0, 24)
  1164. Bobblehead2.Font = Enum.Font.SourceSans
  1165. Bobblehead2.Text = "Cabeça Vermelha"
  1166. Bobblehead2.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  1167. Bobblehead2.TextSize = 14
  1168. Bobblehead2.MouseButton1Down:connect(function()
  1169. local Item = "Bobblehead2"
  1170. local Quantity = 1
  1171.  
  1172. local Land = nil
  1173. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1174. if v.Owner.Value == game.Players.LocalPlayer then
  1175. Land = v
  1176. break
  1177. end
  1178. end
  1179. if not Land then
  1180. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1181. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1182. Land = v
  1183. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1184. break
  1185. end
  1186. end
  1187. end
  1188.  
  1189. function Spawn(Item)
  1190. local Info = {}
  1191. Info.Name = Item.Name
  1192. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1193. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1194. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1195. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1196. end
  1197.  
  1198. for i=1, Quantity do
  1199. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1200. end
  1201. end)
  1202.  
  1203. Bobblehead3.Name = "Bobblehead3"
  1204. Bobblehead3.Parent = Main
  1205. Bobblehead3.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1206. Bobblehead3.BorderSizePixel = 0
  1207. Bobblehead3.Position = UDim2.new(0.604346573, 0, 0.334224582, 0)
  1208. Bobblehead3.Size = UDim2.new(0, 103, 0, 24)
  1209. Bobblehead3.Font = Enum.Font.SourceSans
  1210. Bobblehead3.Text = "Cabeça Roxa"
  1211. Bobblehead3.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  1212. Bobblehead3.TextSize = 14
  1213. Bobblehead3.MouseButton1Down:connect(function()
  1214. local Item = "Bobblehead3"
  1215. local Quantity = 1
  1216.  
  1217. local Land = nil
  1218. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1219. if v.Owner.Value == game.Players.LocalPlayer then
  1220. Land = v
  1221. break
  1222. end
  1223. end
  1224. if not Land then
  1225. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1226. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1227. Land = v
  1228. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1229. break
  1230. end
  1231. end
  1232. end
  1233.  
  1234. function Spawn(Item)
  1235. local Info = {}
  1236. Info.Name = Item.Name
  1237. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1238. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1239. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1240. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1241. end
  1242.  
  1243. for i=1, Quantity do
  1244. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1245. end
  1246. end)
  1247.  
  1248. Bobblehead4.Name = "Bobblehead4"
  1249. Bobblehead4.Parent = Main
  1250. Bobblehead4.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1251. Bobblehead4.BorderSizePixel = 0
  1252. Bobblehead4.Position = UDim2.new(0.604346573, 0, 0.4224599, 0)
  1253. Bobblehead4.Size = UDim2.new(0, 103, 0, 24)
  1254. Bobblehead4.Font = Enum.Font.SourceSans
  1255. Bobblehead4.Text = "Cabeça Verde"
  1256. Bobblehead4.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  1257. Bobblehead4.TextSize = 14
  1258. Bobblehead4.MouseButton1Down:connect(function()
  1259. local Item = "Bobblehead4"
  1260. local Quantity = 1
  1261.  
  1262. local Land = nil
  1263. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1264. if v.Owner.Value == game.Players.LocalPlayer then
  1265. Land = v
  1266. break
  1267. end
  1268. end
  1269. if not Land then
  1270. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1271. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1272. Land = v
  1273. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1274. break
  1275. end
  1276. end
  1277. end
  1278.  
  1279. function Spawn(Item)
  1280. local Info = {}
  1281. Info.Name = Item.Name
  1282. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1283. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1284. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1285. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1286. end
  1287.  
  1288. for i=1, Quantity do
  1289. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1290. end
  1291. end)
  1292.  
  1293. Turkey3.Name = "Turkey3"
  1294. Turkey3.Parent = Main
  1295. Turkey3.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1296. Turkey3.BorderSizePixel = 0
  1297. Turkey3.Position = UDim2.new(0.604346573, 0, 0.820855618, 0)
  1298. Turkey3.Size = UDim2.new(0, 103, 0, 24)
  1299. Turkey3.Font = Enum.Font.SourceSans
  1300. Turkey3.Text = "Frango 3"
  1301. Turkey3.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  1302. Turkey3.TextSize = 14
  1303. Turkey3.MouseButton1Down:connect(function()
  1304. local Item = "Turkey3"
  1305. local Quantity = 1
  1306.  
  1307. local Land = nil
  1308. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1309. if v.Owner.Value == game.Players.LocalPlayer then
  1310. Land = v
  1311. break
  1312. end
  1313. end
  1314. if not Land then
  1315. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1316. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1317. Land = v
  1318. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1319. break
  1320. end
  1321. end
  1322. end
  1323.  
  1324. function Spawn(Item)
  1325. local Info = {}
  1326. Info.Name = Item.Name
  1327. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1328. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1329. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1330. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1331. end
  1332.  
  1333. for i=1, Quantity do
  1334. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1335. end
  1336. end)
  1337.  
  1338. Turkey.Name = "Turkey"
  1339. Turkey.Parent = Main
  1340. Turkey.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1341. Turkey.BorderSizePixel = 0
  1342. Turkey.Position = UDim2.new(0.604346573, 0, 0.641711235, 0)
  1343. Turkey.Size = UDim2.new(0, 103, 0, 24)
  1344. Turkey.Font = Enum.Font.SourceSans
  1345. Turkey.Text = "Frango 1"
  1346. Turkey.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  1347. Turkey.TextSize = 14
  1348. Turkey.MouseButton1Down:connect(function()
  1349. local Item = "Turkey"
  1350. local Quantity = 1
  1351.  
  1352. local Land = nil
  1353. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1354. if v.Owner.Value == game.Players.LocalPlayer then
  1355. Land = v
  1356. break
  1357. end
  1358. end
  1359. if not Land then
  1360. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1361. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1362. Land = v
  1363. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1364. break
  1365. end
  1366. end
  1367. end
  1368.  
  1369. function Spawn(Item)
  1370. local Info = {}
  1371. Info.Name = Item.Name
  1372. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1373. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1374. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1375. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1376. end
  1377.  
  1378. for i=1, Quantity do
  1379. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1380. end
  1381. end)
  1382.  
  1383. Turkey2.Name = "Turkey2"
  1384. Turkey2.Parent = Main
  1385. Turkey2.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1386. Turkey2.BorderSizePixel = 0
  1387. Turkey2.Position = UDim2.new(0.604346573, 0, 0.729946494, 0)
  1388. Turkey2.Size = UDim2.new(0, 103, 0, 24)
  1389. Turkey2.Font = Enum.Font.SourceSans
  1390. Turkey2.Text = "Frango 2"
  1391. Turkey2.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  1392. Turkey2.TextSize = 14
  1393. Turkey2.MouseButton1Down:connect(function()
  1394. local Item = "Turkey2"
  1395. local Quantity = 1
  1396.  
  1397. local Land = nil
  1398. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1399. if v.Owner.Value == game.Players.LocalPlayer then
  1400. Land = v
  1401. break
  1402. end
  1403. end
  1404. if not Land then
  1405. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1406. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1407. Land = v
  1408. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1409. break
  1410. end
  1411. end
  1412. end
  1413.  
  1414. function Spawn(Item)
  1415. local Info = {}
  1416. Info.Name = Item.Name
  1417. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1418. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1419. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1420. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1421. end
  1422.  
  1423. for i=1, Quantity do
  1424. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1425. end
  1426. end)
  1427.  
  1428. CandyCane.Name = "CandyCane"
  1429. CandyCane.Parent = Main
  1430. CandyCane.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1431. CandyCane.BorderSizePixel = 0
  1432. CandyCane.Position = UDim2.new(0.802899122, 0, 0.817124784, 0)
  1433. CandyCane.Size = UDim2.new(0, 103, 0, 25)
  1434. CandyCane.Font = Enum.Font.SourceSans
  1435. CandyCane.Text = "Pirulito"
  1436. CandyCane.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  1437. CandyCane.TextSize = 14
  1438. CandyCane.MouseButton1Down:connect(function()
  1439. local Item = "CandyCane"
  1440. local Quantity = 1
  1441.  
  1442. local Land = nil
  1443. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1444. if v.Owner.Value == game.Players.LocalPlayer then
  1445. Land = v
  1446. break
  1447. end
  1448. end
  1449. if not Land then
  1450. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1451. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1452. Land = v
  1453. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1454. break
  1455. end
  1456. end
  1457. end
  1458.  
  1459. function Spawn(Item)
  1460. local Info = {}
  1461. Info.Name = Item.Name
  1462. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1463. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1464. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1465. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1466. end
  1467.  
  1468. for i=1, Quantity do
  1469. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1470. end
  1471. end)
  1472.  
  1473. Duck.Name = "Duck"
  1474. Duck.Parent = Main
  1475. Duck.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1476. Duck.BorderSizePixel = 0
  1477. Duck.Position = UDim2.new(0.802899122, 0, 0.720930278, 0)
  1478. Duck.Size = UDim2.new(0, 103, 0, 25)
  1479. Duck.Font = Enum.Font.SourceSans
  1480. Duck.Text = "Patinho"
  1481. Duck.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  1482. Duck.TextSize = 14
  1483. Duck.MouseButton1Down:connect(function()
  1484. local Item = "Duck"
  1485. local Quantity = 1
  1486.  
  1487. local Land = nil
  1488. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1489. if v.Owner.Value == game.Players.LocalPlayer then
  1490. Land = v
  1491. break
  1492. end
  1493. end
  1494. if not Land then
  1495. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1496. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1497. Land = v
  1498. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1499. break
  1500. end
  1501. end
  1502. end
  1503.  
  1504. function Spawn(Item)
  1505. local Info = {}
  1506. Info.Name = Item.Name
  1507. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1508. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1509. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1510. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1511. end
  1512.  
  1513. for i=1, Quantity do
  1514. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1515. end
  1516. end)
  1517.  
  1518. WorkLight.Name = "WorkLight"
  1519. WorkLight.Parent = Main
  1520. WorkLight.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1521. WorkLight.BorderSizePixel = 0
  1522. WorkLight.Position = UDim2.new(0.802899122, 0, 0.627564967, 0)
  1523. WorkLight.Size = UDim2.new(0, 103, 0, 25)
  1524. WorkLight.Font = Enum.Font.SourceSans
  1525. WorkLight.Text = "Lanterna"
  1526. WorkLight.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  1527. WorkLight.TextSize = 14
  1528. WorkLight.MouseButton1Down:connect(function()
  1529. local Item = "WorkLight"
  1530. local Quantity = 1
  1531.  
  1532. local Land = nil
  1533. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1534. if v.Owner.Value == game.Players.LocalPlayer then
  1535. Land = v
  1536. break
  1537. end
  1538. end
  1539. if not Land then
  1540. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1541. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1542. Land = v
  1543. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1544. break
  1545. end
  1546. end
  1547. end
  1548.  
  1549. function Spawn(Item)
  1550. local Info = {}
  1551. Info.Name = Item.Name
  1552. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1553. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1554. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1555. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1556. end
  1557.  
  1558. for i=1, Quantity do
  1559. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1560. end
  1561. end)
  1562.  
  1563. Toboggan.Name = "Toboggan"
  1564. Toboggan.Parent = Main
  1565. Toboggan.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1566. Toboggan.BorderSizePixel = 0
  1567. Toboggan.Position = UDim2.new(0.802899122, 0, 0.534199774, 0)
  1568. Toboggan.Size = UDim2.new(0, 103, 0, 25)
  1569. Toboggan.Font = Enum.Font.SourceSans
  1570. Toboggan.Text = "Escorregador"
  1571. Toboggan.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  1572. Toboggan.TextSize = 14
  1573. Toboggan.MouseButton1Down:connect(function()
  1574. local Item = "Toboggan"
  1575. local Quantity = 1
  1576.  
  1577. local Land = nil
  1578. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1579. if v.Owner.Value == game.Players.LocalPlayer then
  1580. Land = v
  1581. break
  1582. end
  1583. end
  1584. if not Land then
  1585. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1586. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1587. Land = v
  1588. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1589. break
  1590. end
  1591. end
  1592. end
  1593.  
  1594. function Spawn(Item)
  1595. local Info = {}
  1596. Info.Name = Item.Name
  1597. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1598. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1599. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1600. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1601. end
  1602.  
  1603. for i=1, Quantity do
  1604. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1605. end
  1606. end)
  1607.  
  1608. Spork.Name = "Spork"
  1609. Spork.Parent = Main
  1610. Spork.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1611. Spork.BorderSizePixel = 0
  1612. Spork.Position = UDim2.new(0.802899122, 0, 0.438005239, 0)
  1613. Spork.Size = UDim2.new(0, 103, 0, 25)
  1614. Spork.Font = Enum.Font.SourceSans
  1615. Spork.Text = "Garfolher"
  1616. Spork.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  1617. Spork.TextSize = 14
  1618. Spork.MouseButton1Down:connect(function()
  1619. local Item = "Spork"
  1620. local Quantity = 1
  1621.  
  1622. local Land = nil
  1623. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1624. if v.Owner.Value == game.Players.LocalPlayer then
  1625. Land = v
  1626. break
  1627. end
  1628. end
  1629. if not Land then
  1630. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1631. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1632. Land = v
  1633. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1634. break
  1635. end
  1636. end
  1637. end
  1638.  
  1639. function Spawn(Item)
  1640. local Info = {}
  1641. Info.Name = Item.Name
  1642. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1643. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1644. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1645. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1646. end
  1647.  
  1648. for i=1, Quantity do
  1649. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1650. end
  1651. end)
  1652.  
  1653. Scoobis.Name = "Scoobis"
  1654. Scoobis.Parent = Main
  1655. Scoobis.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1656. Scoobis.BorderSizePixel = 0
  1657. Scoobis.Position = UDim2.new(0.802899122, 0, 0.344639987, 0)
  1658. Scoobis.Size = UDim2.new(0, 103, 0, 25)
  1659. Scoobis.Font = Enum.Font.SourceSans
  1660. Scoobis.Text = "Scoobis"
  1661. Scoobis.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  1662. Scoobis.TextSize = 14
  1663. Scoobis.MouseButton1Down:connect(function()
  1664. local Item = "Scoobis"
  1665. local Quantity = 1
  1666.  
  1667. local Land = nil
  1668. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1669. if v.Owner.Value == game.Players.LocalPlayer then
  1670. Land = v
  1671. break
  1672. end
  1673. end
  1674. if not Land then
  1675. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1676. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1677. Land = v
  1678. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1679. break
  1680. end
  1681. end
  1682. end
  1683.  
  1684. function Spawn(Item)
  1685. local Info = {}
  1686. Info.Name = Item.Name
  1687. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1688. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1689. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1690. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1691. end
  1692.  
  1693. for i=1, Quantity do
  1694. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1695. end
  1696. end)
  1697.  
  1698. Plate.Name = "Plate"
  1699. Plate.Parent = Main
  1700. Plate.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1701. Plate.BorderSizePixel = 0
  1702. Plate.Position = UDim2.new(0.802899122, 0, 0.248445481, 0)
  1703. Plate.Size = UDim2.new(0, 103, 0, 25)
  1704. Plate.Font = Enum.Font.SourceSans
  1705. Plate.Text = "Prato"
  1706. Plate.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  1707. Plate.TextSize = 14
  1708. Plate.MouseButton1Down:connect(function()
  1709. local Item = "Plate"
  1710. local Quantity = 1
  1711.  
  1712. local Land = nil
  1713. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1714. if v.Owner.Value == game.Players.LocalPlayer then
  1715. Land = v
  1716. break
  1717. end
  1718. end
  1719. if not Land then
  1720. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1721. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1722. Land = v
  1723. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1724. break
  1725. end
  1726. end
  1727. end
  1728.  
  1729. function Spawn(Item)
  1730. local Info = {}
  1731. Info.Name = Item.Name
  1732. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1733. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1734. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1735. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1736. end
  1737.  
  1738. for i=1, Quantity do
  1739. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1740. end
  1741. end)
  1742.  
  1743. Eye1.Name = "Eye1"
  1744. Eye1.Parent = Main
  1745. Eye1.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1746. Eye1.BorderSizePixel = 0
  1747. Eye1.Position = UDim2.new(0.802899122, 0, 0.155080214, 0)
  1748. Eye1.Size = UDim2.new(0, 103, 0, 25)
  1749. Eye1.Font = Enum.Font.SourceSans
  1750. Eye1.Text = "Olho"
  1751. Eye1.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  1752. Eye1.TextSize = 14
  1753. Eye1.MouseButton1Down:connect(function()
  1754. local Item = "Eye1"
  1755. local Quantity = 1
  1756.  
  1757. local Land = nil
  1758. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1759. if v.Owner.Value == game.Players.LocalPlayer then
  1760. Land = v
  1761. break
  1762. end
  1763. end
  1764. if not Land then
  1765. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1766. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1767. Land = v
  1768. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1769. break
  1770. end
  1771. end
  1772. end
  1773.  
  1774. function Spawn(Item)
  1775. local Info = {}
  1776. Info.Name = Item.Name
  1777. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1778. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1779. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1780. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1781. end
  1782.  
  1783. for i=1, Quantity do
  1784. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1785. end
  1786. end)
  1787.  
  1788.  
  1789. Close.Name = "Close"
  1790. Close.Parent = Main
  1791. Close.BackgroundColor3 = Color3.new(0.403922, 0.403922, 0.403922)
  1792. Close.Position = UDim2.new(0.949180305, 0, 0, 0)
  1793. Close.Size = UDim2.new(0, 31, 0, 23)
  1794. Close.Font = Enum.Font.SourceSans
  1795. Close.Text = "X"
  1796. Close.TextColor3 = Color3.new(1, 0, 0)
  1797. Close.TextSize = 30
  1798. Close.MouseButton1Down:connect(function()
  1799. OpenFrame.Visible = true
  1800. Main.Visible = false
  1801. end)
  1802. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement