Advertisement
flopa2677

(💥EP 51!💥) Skibid Toilet Tower Defense Free characters script

Jul 25th, 2023
7,920
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.25 KB | None | 1 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2.  
  3.  
  4.  
  5. local Window = Library.CreateLib("Skibidi toilet tower defense", "DarkTheme")
  6.  
  7.  
  8. local Tab = Window:NewTab("Free gamepass")
  9.  
  10.  
  11.  
  12. local Section = Tab:NewSection("Free gamepass")
  13.  
  14.  
  15. Section:NewButton("Equip Upgraded Titan Cameraman", "ButtonInfo", function()
  16. local A_1 = "Upgraded Titan Cameraman"
  17. local Event = game:GetService("ReplicatedStorage").InteractItem
  18. Event:InvokeServer(A_1)
  19.  
  20. end)
  21.  
  22.  
  23.  
  24. Section:NewButton("Equip Titan Tv Man", "ButtonInfo", function()
  25. local A_1 = "Titan TV-Man"
  26. local Event = game:GetService("ReplicatedStorage").InteractItem
  27. Event:InvokeServer(A_1)
  28.  
  29. end)
  30.  
  31.  
  32.  
  33. local Tab = Window:NewTab("Free Charaters(Grasslands)")
  34.  
  35.  
  36.  
  37. local Section = Tab:NewSection("Upgraded Titan Cameramen(Cost 2500$)")
  38.  
  39.  
  40.  
  41. Section:NewButton("Place Position 1", "ButtonInfo", function()
  42. local A_1 = "Upgraded Titan Cameraman"
  43. local A_2 = CFrame.new(-6.63511658, 1.8068198, 5.41565704, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  44. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  45. Event:InvokeServer(A_1, A_2)
  46. end)
  47.  
  48.  
  49.  
  50. Section:NewButton("Place Position 2", "ButtonInfo", function()
  51.  
  52. local A_1 = "Upgraded Titan Cameraman"
  53. local A_2 = CFrame.new(-13.530407, 1.8068198, -6.59859467, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  54. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  55. Event:InvokeServer(A_1, A_2)
  56.  
  57. end)
  58.  
  59.  
  60.  
  61. Section:NewButton("Place Position 3", "ButtonInfo", function()
  62. local A_1 = "Upgraded Titan Cameraman"
  63. local A_2 = CFrame.new(-3.1808815, 1.8068198, 5.13648415, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  64. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  65. Event:InvokeServer(A_1, A_2)
  66.  
  67. end)
  68.  
  69.  
  70.  
  71. Section:NewButton("Place Position 4", "ButtonInfo", function()
  72. local A_1 = "Upgraded Titan Cameraman"
  73. local A_2 = CFrame.new(-1.68215179, 1.8068198, -7.03336334, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  74. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  75. Event:InvokeServer(A_1, A_2)
  76.  
  77. end)
  78.  
  79.  
  80.  
  81. Section:NewButton("Place Position 5", "ButtonInfo", function()
  82. local A_1 = "Upgraded Titan Cameraman"
  83. local A_2 = CFrame.new(41.0129318, 1.8068198, -0.306930542, 1.19248806e-08, 0, -1, 0, 1, 2.35506282e-23, 1, 0, 1.19248806e-08)
  84. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  85. Event:InvokeServer(A_1, A_2)
  86.  
  87. end)
  88.  
  89.  
  90. local Section = Tab:NewSection("Titan Cameraman(Cost 2000$)")
  91.  
  92. Section:NewButton("Place Position 1", "ButtonInfo", function()
  93. local A_1 = "Titan Cameraman"
  94. local A_2 = CFrame.new(-6.63511658, 1.8068198, 5.41565704, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  95. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  96. Event:InvokeServer(A_1, A_2)
  97. end)
  98.  
  99.  
  100.  
  101. Section:NewButton("Place Position 2", "ButtonInfo", function()
  102.  
  103. local A_1 = "Titan Cameraman"
  104. local A_2 = CFrame.new(-13.530407, 1.8068198, -6.59859467, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  105. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  106. Event:InvokeServer(A_1, A_2)
  107.  
  108. end)
  109.  
  110.  
  111.  
  112. Section:NewButton("Place Position 3", "ButtonInfo", function()
  113. local A_1 = "Titan Cameraman"
  114. local A_2 = CFrame.new(-3.1808815, 1.8068198, 5.13648415, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  115. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  116. Event:InvokeServer(A_1, A_2)
  117.  
  118. end)
  119.  
  120.  
  121.  
  122. Section:NewButton("Place Position 4", "ButtonInfo", function()
  123. local A_1 = "Titan Cameraman"
  124. local A_2 = CFrame.new(-1.68215179, 1.8068198, -7.03336334, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  125. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  126. Event:InvokeServer(A_1, A_2)
  127.  
  128. end)
  129.  
  130.  
  131.  
  132. Section:NewButton("Place Position 5", "ButtonInfo", function()
  133. local A_1 = "Titan Cameraman"
  134. local A_2 = CFrame.new(41.0129318, 1.8068198, -0.306930542, 1.19248806e-08, 0, -1, 0, 1, 2.35506282e-23, 1, 0, 1.19248806e-08)
  135. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  136. Event:InvokeServer(A_1, A_2)
  137.  
  138. end)
  139.  
  140. local Section = Tab:NewSection("Titan Speakerman(Cost 1000$)")
  141.  
  142.  
  143.  
  144. Section:NewButton("Place Position 1", "ButtonInfo", function()
  145. local A_1 = "TitanSpeakerman"
  146. local A_2 = CFrame.new(-6.63511658, 1.8068198, 5.41565704, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  147. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  148. Event:InvokeServer(A_1, A_2)
  149. end)
  150.  
  151.  
  152.  
  153. Section:NewButton("Place Position 2", "ButtonInfo", function()
  154.  
  155. local A_1 = "TitanSpeakerman"
  156. local A_2 = CFrame.new(-13.530407, 1.8068198, -6.59859467, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  157. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  158. Event:InvokeServer(A_1, A_2)
  159.  
  160. end)
  161.  
  162.  
  163.  
  164. Section:NewButton("Place Position 3", "ButtonInfo", function()
  165. local A_1 = "TitanSpeakerman"
  166. local A_2 = CFrame.new(-3.1808815, 1.8068198, 5.13648415, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  167. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  168. Event:InvokeServer(A_1, A_2)
  169.  
  170. end)
  171.  
  172.  
  173.  
  174. Section:NewButton("Place Position 4", "ButtonInfo", function()
  175. local A_1 = "TitanSpeakerman"
  176. local A_2 = CFrame.new(-1.68215179, 1.8068198, -7.03336334, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  177. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  178. Event:InvokeServer(A_1, A_2)
  179.  
  180. end)
  181.  
  182.  
  183.  
  184. Section:NewButton("Place Position 5", "ButtonInfo", function()
  185. local A_1 = "TitanSpeakerman"
  186. local A_2 = CFrame.new(41.0129318, 1.8068198, -0.306930542, 1.19248806e-08, 0, -1, 0, 1, 2.35506282e-23, 1, 0, 1.19248806e-08)
  187. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  188. Event:InvokeServer(A_1, A_2)
  189.  
  190. end)
  191.  
  192.  
  193.  
  194. local Section = Tab:NewSection("Speakerman(Cost 100$)")
  195.  
  196.  
  197.  
  198. Section:NewButton("Place Position 1", "ButtonInfo", function()
  199. local A_1 = "Speakerman"
  200. local A_2 = CFrame.new(-6.63511658, 1.8068198, 5.41565704, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  201. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  202. Event:InvokeServer(A_1, A_2)
  203. end)
  204.  
  205.  
  206.  
  207. Section:NewButton("Place Position 2", "ButtonInfo", function()
  208.  
  209. local A_1 = "Speakerman"
  210. local A_2 = CFrame.new(-13.530407, 1.8068198, -6.59859467, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  211. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  212. Event:InvokeServer(A_1, A_2)
  213.  
  214. end)
  215.  
  216.  
  217.  
  218. Section:NewButton("Place Position 3", "ButtonInfo", function()
  219. local A_1 = "Speakerman"
  220. local A_2 = CFrame.new(-3.1808815, 1.8068198, 5.13648415, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  221. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  222. Event:InvokeServer(A_1, A_2)
  223.  
  224. end)
  225.  
  226.  
  227.  
  228. Section:NewButton("Place Position 4", "ButtonInfo", function()
  229. local A_1 = "Speakerman"
  230. local A_2 = CFrame.new(-1.68215179, 1.8068198, -7.03336334, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  231. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  232. Event:InvokeServer(A_1, A_2)
  233.  
  234. end)
  235.  
  236.  
  237.  
  238. Section:NewButton("Place Position 5", "ButtonInfo", function()
  239. local A_1 = "Speakerman"
  240. local A_2 = CFrame.new(41.0129318, 1.8068198, -0.306930542, 1.19248806e-08, 0, -1, 0, 1, 2.35506282e-23, 1, 0, 1.19248806e-08)
  241. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  242. Event:InvokeServer(A_1, A_2)
  243.  
  244. end)
  245.  
  246.  
  247. local Section = Tab:NewSection("TV-Woman(Cost 350$)")
  248.  
  249.  
  250.  
  251. Section:NewButton("Place Position 1", "ButtonInfo", function()
  252. local A_1 = "TV-Woman"
  253. local A_2 = CFrame.new(-6.63511658, 1.8068198, 5.41565704, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  254. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  255. Event:InvokeServer(A_1, A_2)
  256. end)
  257.  
  258.  
  259.  
  260. Section:NewButton("Place Position 2", "ButtonInfo", function()
  261.  
  262. local A_1 = "TV-Woman"
  263. local A_2 = CFrame.new(-13.530407, 1.8068198, -6.59859467, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  264. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  265. Event:InvokeServer(A_1, A_2)
  266.  
  267. end)
  268.  
  269.  
  270.  
  271. Section:NewButton("Place Position 3", "ButtonInfo", function()
  272. local A_1 = "TV-Woman"
  273. local A_2 = CFrame.new(-3.1808815, 1.8068198, 5.13648415, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  274. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  275. Event:InvokeServer(A_1, A_2)
  276.  
  277. end)
  278.  
  279.  
  280.  
  281. Section:NewButton("Place Position 4", "ButtonInfo", function()
  282. local A_1 = "TV-Woman"
  283. local A_2 = CFrame.new(-1.68215179, 1.8068198, -7.03336334, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  284. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  285. Event:InvokeServer(A_1, A_2)
  286.  
  287. end)
  288.  
  289.  
  290.  
  291. Section:NewButton("Place Position 5", "ButtonInfo", function()
  292. local A_1 = "TV-Woman"
  293. local A_2 = CFrame.new(41.0129318, 1.8068198, -0.306930542, 1.19248806e-08, 0, -1, 0, 1, 2.35506282e-23, 1, 0, 1.19248806e-08)
  294. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  295. Event:InvokeServer(A_1, A_2)
  296.  
  297. end)
  298.  
  299.  
  300. local Section = Tab:NewSection("Scientist Cameraman(Cost 300$)")
  301.  
  302.  
  303.  
  304. Section:NewButton("Place Position 1", "ButtonInfo", function()
  305. local A_1 = "Scientist Cameraman"
  306. local A_2 = CFrame.new(-6.63511658, 1.8068198, 5.41565704, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  307. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  308. Event:InvokeServer(A_1, A_2)
  309. end)
  310.  
  311.  
  312.  
  313. Section:NewButton("Place Position 2", "ButtonInfo", function()
  314.  
  315. local A_1 = "Scientist Cameraman"
  316. local A_2 = CFrame.new(-13.530407, 1.8068198, -6.59859467, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  317. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  318. Event:InvokeServer(A_1, A_2)
  319.  
  320. end)
  321.  
  322.  
  323.  
  324. Section:NewButton("Place Position 3", "ButtonInfo", function()
  325. local A_1 = "Scientist Cameraman"
  326. local A_2 = CFrame.new(-3.1808815, 1.8068198, 5.13648415, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  327. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  328. Event:InvokeServer(A_1, A_2)
  329.  
  330. end)
  331.  
  332.  
  333.  
  334. Section:NewButton("Place Position 4", "ButtonInfo", function()
  335. local A_1 = "Scientist Cameraman"
  336. local A_2 = CFrame.new(-1.68215179, 1.8068198, -7.03336334, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  337. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  338. Event:InvokeServer(A_1, A_2)
  339.  
  340. end)
  341.  
  342.  
  343.  
  344. Section:NewButton("Place Position 5", "ButtonInfo", function()
  345. local A_1 = "Scientist Cameraman"
  346. local A_2 = CFrame.new(41.0129318, 1.8068198, -0.306930542, 1.19248806e-08, 0, -1, 0, 1, 2.35506282e-23, 1, 0, 1.19248806e-08)
  347. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  348. Event:InvokeServer(A_1, A_2)
  349.  
  350. end)
  351.  
  352.  
  353.  
  354. local Section = Tab:NewSection("Beach Cameraman(Cost 500$)")
  355.  
  356.  
  357.  
  358. Section:NewButton("Place Position 1", "ButtonInfo", function()
  359. local A_1 = "Beach Cameraman"
  360. local A_2 = CFrame.new(-6.63511658, 1.8068198, 5.41565704, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  361. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  362. Event:InvokeServer(A_1, A_2)
  363. end)
  364.  
  365.  
  366.  
  367. Section:NewButton("Place Position 2", "ButtonInfo", function()
  368.  
  369. local A_1 = "Beach Cameraman"
  370. local A_2 = CFrame.new(-13.530407, 1.8068198, -6.59859467, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  371. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  372. Event:InvokeServer(A_1, A_2)
  373.  
  374. end)
  375.  
  376.  
  377.  
  378. Section:NewButton("Place Position 3", "ButtonInfo", function()
  379. local A_1 = "Beach Cameraman"
  380. local A_2 = CFrame.new(-3.1808815, 1.8068198, 5.13648415, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  381. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  382. Event:InvokeServer(A_1, A_2)
  383.  
  384. end)
  385.  
  386.  
  387.  
  388. Section:NewButton("Place Position 4", "ButtonInfo", function()
  389. local A_1 = "Beach Cameraman"
  390. local A_2 = CFrame.new(-1.68215179, 1.8068198, -7.03336334, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  391. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  392. Event:InvokeServer(A_1, A_2)
  393.  
  394. end)
  395.  
  396.  
  397.  
  398. Section:NewButton("Place Position 5", "ButtonInfo", function()
  399. local A_1 = "Beach Cameraman"
  400. local A_2 = CFrame.new(41.0129318, 1.8068198, -0.306930542, 1.19248806e-08, 0, -1, 0, 1, 2.35506282e-23, 1, 0, 1.19248806e-08)
  401. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  402. Event:InvokeServer(A_1, A_2)
  403.  
  404. end)
  405.  
  406.  
  407. local Tab = Window:NewTab("Free Charaters(City)")
  408.  
  409.  
  410.  
  411. local Section = Tab:NewSection("Upgraded Titan Cameramen(Cost 2500$)")
  412.  
  413.  
  414.  
  415. Section:NewButton("Place Position 1", "ButtonInfo", function()
  416. local A_1 = "Upgraded Titan Cameraman"
  417. local A_2 = CFrame.new(-88.3841324, 9.60026836, 21.1938438, 0.401443601, -0.0229487196, 0.915596187, 0.0570723079, 0.998370051, 0, -0.914103806, 0.0522551872, 0.402099013)
  418. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  419. Event:InvokeServer(A_1, A_2)
  420. end)
  421.  
  422.  
  423.  
  424. Section:NewButton("Place Position 2", "ButtonInfo", function()
  425.  
  426. local A_1 = "Upgraded Titan Cameraman"
  427. local A_2 = CFrame.new(-89.3802719, 9.10560799, 8.49427032, -0.999978304, 0, 0.00664676027, 0, 1, 0, -0.00664676027, 0, -0.999978304)
  428. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  429. Event:InvokeServer(A_1, A_2)
  430.  
  431. end)
  432.  
  433.  
  434.  
  435. Section:NewButton("Place Position 3", "ButtonInfo", function()
  436. local A_1 = "Upgraded Titan Cameraman"
  437. local A_2 = CFrame.new(-77.2238998, 9.60135174, 21.7730198, 0.496486098, -0.00378020806, 0.868036509, 0.00761370454, 0.999971032, 0, -0.868011355, 0.00660897372, 0.496500492)
  438. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  439. Event:InvokeServer(A_1, A_2)
  440.  
  441. end)
  442.  
  443.  
  444.  
  445. Section:NewButton("Place Position 4", "ButtonInfo", function()
  446. local A_1 = "Upgraded Titan Cameraman"
  447. local A_2 = CFrame.new(-76.9371948, 9.60136986, 8.28073215, -0.906402171, 0.00345058623, -0.422401696, 0.00380687648, 0.999992728, 0, 0.422398627, -0.0016080311, -0.906408787)
  448. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  449. Event:InvokeServer(A_1, A_2)
  450.  
  451. end)
  452.  
  453.  
  454.  
  455. Section:NewButton("Place Position 5", "ButtonInfo", function()
  456. local A_1 = "Upgraded Titan Cameraman"
  457. local A_2 = CFrame.new(-38.8071899, 9.6003933, 15.2627163, -0.817015171, 0.00311029865, 0.576607943, 0.00380687672, 0.999992728, 0, -0.57660377, 0.00219507539, -0.817021132)
  458. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  459. Event:InvokeServer(A_1, A_2)
  460.  
  461. end)
  462.  
  463.  
  464. Section:NewLabel("Titan Cameraman(Cost 2000$)")
  465.  
  466.  
  467.  
  468.  
  469. Section:NewButton("Place Position 1", "ButtonInfo", function()
  470. local A_1 = "Titan Cameraman"
  471. local A_2 = CFrame.new(-88.3841324, 9.60026836, 21.1938438, 0.401443601, -0.0229487196, 0.915596187, 0.0570723079, 0.998370051, 0, -0.914103806, 0.0522551872, 0.402099013)
  472. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  473. Event:InvokeServer(A_1, A_2)
  474. end)
  475.  
  476.  
  477.  
  478. Section:NewButton("Place Position 2", "ButtonInfo", function()
  479.  
  480. local A_1 = "Titan Cameraman"
  481. local A_2 = CFrame.new(-89.3802719, 9.10560799, 8.49427032, -0.999978304, 0, 0.00664676027, 0, 1, 0, -0.00664676027, 0, -0.999978304)
  482. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  483. Event:InvokeServer(A_1, A_2)
  484.  
  485. end)
  486.  
  487.  
  488.  
  489. Section:NewButton("Place Position 3", "ButtonInfo", function()
  490. local A_1 = "Titan Cameraman"
  491. local A_2 = CFrame.new(-77.2238998, 9.60135174, 21.7730198, 0.496486098, -0.00378020806, 0.868036509, 0.00761370454, 0.999971032, 0, -0.868011355, 0.00660897372, 0.496500492)
  492. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  493. Event:InvokeServer(A_1, A_2)
  494.  
  495. end)
  496.  
  497.  
  498.  
  499. Section:NewButton("Place Position 4", "ButtonInfo", function()
  500. local A_1 = "Titan Cameraman"
  501. local A_2 = CFrame.new(-76.9371948, 9.60136986, 8.28073215, -0.906402171, 0.00345058623, -0.422401696, 0.00380687648, 0.999992728, 0, 0.422398627, -0.0016080311, -0.906408787)
  502. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  503. Event:InvokeServer(A_1, A_2)
  504.  
  505. end)
  506.  
  507.  
  508.  
  509. Section:NewButton("Place Position 5", "ButtonInfo", function()
  510. local A_1 = "Titan Cameraman"
  511. local A_2 = CFrame.new(-38.8071899, 9.6003933, 15.2627163, -0.817015171, 0.00311029865, 0.576607943, 0.00380687672, 0.999992728, 0, -0.57660377, 0.00219507539, -0.817021132)
  512. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  513. Event:InvokeServer(A_1, A_2)
  514.  
  515. end)
  516.  
  517.  
  518. Section:NewLabel("Titan Speakerman(Cost 1000$)")
  519.  
  520.  
  521.  
  522.  
  523. Section:NewButton("Place Position 1", "ButtonInfo", function()
  524. local A_1 = "TitanSpeakerman"
  525. local A_2 = CFrame.new(-88.3841324, 9.60026836, 21.1938438, 0.401443601, -0.0229487196, 0.915596187, 0.0570723079, 0.998370051, 0, -0.914103806, 0.0522551872, 0.402099013)
  526. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  527. Event:InvokeServer(A_1, A_2)
  528. end)
  529.  
  530.  
  531.  
  532. Section:NewButton("Place Position 2", "ButtonInfo", function()
  533.  
  534. local A_1 = "TitanSpeakerman"
  535. local A_2 = CFrame.new(-89.3802719, 9.10560799, 8.49427032, -0.999978304, 0, 0.00664676027, 0, 1, 0, -0.00664676027, 0, -0.999978304)
  536. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  537. Event:InvokeServer(A_1, A_2)
  538.  
  539. end)
  540.  
  541.  
  542.  
  543. Section:NewButton("Place Position 3", "ButtonInfo", function()
  544. local A_1 = "TitanSpeakerman"
  545. local A_2 = CFrame.new(-77.2238998, 9.60135174, 21.7730198, 0.496486098, -0.00378020806, 0.868036509, 0.00761370454, 0.999971032, 0, -0.868011355, 0.00660897372, 0.496500492)
  546. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  547. Event:InvokeServer(A_1, A_2)
  548.  
  549. end)
  550.  
  551.  
  552.  
  553. Section:NewButton("Place Position 4", "ButtonInfo", function()
  554. local A_1 = "TitanSpeakerman"
  555. local A_2 = CFrame.new(-76.9371948, 9.60136986, 8.28073215, -0.906402171, 0.00345058623, -0.422401696, 0.00380687648, 0.999992728, 0, 0.422398627, -0.0016080311, -0.906408787)
  556. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  557. Event:InvokeServer(A_1, A_2)
  558.  
  559. end)
  560.  
  561.  
  562.  
  563. Section:NewButton("Place Position 5", "ButtonInfo", function()
  564. local A_1 = "TitanSpeakerman"
  565. local A_2 = CFrame.new(-38.8071899, 9.6003933, 15.2627163, -0.817015171, 0.00311029865, 0.576607943, 0.00380687672, 0.999992728, 0, -0.57660377, 0.00219507539, -0.817021132)
  566. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  567. Event:InvokeServer(A_1, A_2)
  568.  
  569. end)
  570.  
  571.  
  572. Section:NewLabel("Speakerman(Cost 100$)")
  573.  
  574.  
  575.  
  576.  
  577. Section:NewButton("Place Position 1", "ButtonInfo", function()
  578. local A_1 = "Speakerman"
  579. local A_2 = CFrame.new(-88.3841324, 9.60026836, 21.1938438, 0.401443601, -0.0229487196, 0.915596187, 0.0570723079, 0.998370051, 0, -0.914103806, 0.0522551872, 0.402099013)
  580. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  581. Event:InvokeServer(A_1, A_2)
  582. end)
  583.  
  584.  
  585.  
  586. Section:NewButton("Place Position 2", "ButtonInfo", function()
  587.  
  588. local A_1 = "Speakerman"
  589. local A_2 = CFrame.new(-89.3802719, 9.10560799, 8.49427032, -0.999978304, 0, 0.00664676027, 0, 1, 0, -0.00664676027, 0, -0.999978304)
  590. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  591. Event:InvokeServer(A_1, A_2)
  592.  
  593. end)
  594.  
  595.  
  596.  
  597. Section:NewButton("Place Position 3", "ButtonInfo", function()
  598. local A_1 = "Speakerman"
  599. local A_2 = CFrame.new(-77.2238998, 9.60135174, 21.7730198, 0.496486098, -0.00378020806, 0.868036509, 0.00761370454, 0.999971032, 0, -0.868011355, 0.00660897372, 0.496500492)
  600. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  601. Event:InvokeServer(A_1, A_2)
  602.  
  603. end)
  604.  
  605.  
  606.  
  607. Section:NewButton("Place Position 4", "ButtonInfo", function()
  608. local A_1 = "Speakerman"
  609. local A_2 = CFrame.new(-76.9371948, 9.60136986, 8.28073215, -0.906402171, 0.00345058623, -0.422401696, 0.00380687648, 0.999992728, 0, 0.422398627, -0.0016080311, -0.906408787)
  610. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  611. Event:InvokeServer(A_1, A_2)
  612.  
  613. end)
  614.  
  615.  
  616.  
  617. Section:NewButton("Place Position 5", "ButtonInfo", function()
  618. local A_1 = "Speakerman"
  619. local A_2 = CFrame.new(-38.8071899, 9.6003933, 15.2627163, -0.817015171, 0.00311029865, 0.576607943, 0.00380687672, 0.999992728, 0, -0.57660377, 0.00219507539, -0.817021132)
  620. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  621. Event:InvokeServer(A_1, A_2)
  622.  
  623. end)
  624.  
  625.  
  626. Section:NewLabel("TV-Woman(Cost 350$)")
  627.  
  628.  
  629.  
  630.  
  631. Section:NewButton("Place Position 1", "ButtonInfo", function()
  632. local A_1 = "TV-Woman"
  633. local A_2 = CFrame.new(-88.3841324, 9.60026836, 21.1938438, 0.401443601, -0.0229487196, 0.915596187, 0.0570723079, 0.998370051, 0, -0.914103806, 0.0522551872, 0.402099013)
  634. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  635. Event:InvokeServer(A_1, A_2)
  636. end)
  637.  
  638.  
  639.  
  640. Section:NewButton("Place Position 2", "ButtonInfo", function()
  641.  
  642. local A_1 = "TV-Woman"
  643. local A_2 = CFrame.new(-89.3802719, 9.10560799, 8.49427032, -0.999978304, 0, 0.00664676027, 0, 1, 0, -0.00664676027, 0, -0.999978304)
  644. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  645. Event:InvokeServer(A_1, A_2)
  646.  
  647. end)
  648.  
  649.  
  650.  
  651. Section:NewButton("Place Position 3", "ButtonInfo", function()
  652. local A_1 = "TV-Woman"
  653. local A_2 = CFrame.new(-77.2238998, 9.60135174, 21.7730198, 0.496486098, -0.00378020806, 0.868036509, 0.00761370454, 0.999971032, 0, -0.868011355, 0.00660897372, 0.496500492)
  654. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  655. Event:InvokeServer(A_1, A_2)
  656.  
  657. end)
  658.  
  659.  
  660.  
  661. Section:NewButton("Place Position 4", "ButtonInfo", function()
  662. local A_1 = "TV-Woman"
  663. local A_2 = CFrame.new(-76.9371948, 9.60136986, 8.28073215, -0.906402171, 0.00345058623, -0.422401696, 0.00380687648, 0.999992728, 0, 0.422398627, -0.0016080311, -0.906408787)
  664. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  665. Event:InvokeServer(A_1, A_2)
  666.  
  667. end)
  668.  
  669.  
  670.  
  671. Section:NewButton("Place Position 5", "ButtonInfo", function()
  672. local A_1 = "TV-Woman"
  673. local A_2 = CFrame.new(-38.8071899, 9.6003933, 15.2627163, -0.817015171, 0.00311029865, 0.576607943, 0.00380687672, 0.999992728, 0, -0.57660377, 0.00219507539, -0.817021132)
  674. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  675. Event:InvokeServer(A_1, A_2)
  676.  
  677. end)
  678.  
  679.  
  680. Section:NewLabel("Scientist Cameraman(Cost 300$)")
  681.  
  682.  
  683. Section:NewButton("Place Position 1", "ButtonInfo", function()
  684. local A_1 = "Scientist Cameraman"
  685. local A_2 = CFrame.new(-88.3841324, 9.60026836, 21.1938438, 0.401443601, -0.0229487196, 0.915596187, 0.0570723079, 0.998370051, 0, -0.914103806, 0.0522551872, 0.402099013)
  686. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  687. Event:InvokeServer(A_1, A_2)
  688. end)
  689.  
  690.  
  691.  
  692. Section:NewButton("Place Position 2", "ButtonInfo", function()
  693.  
  694. local A_1 = "Scientist Cameraman"
  695. local A_2 = CFrame.new(-89.3802719, 9.10560799, 8.49427032, -0.999978304, 0, 0.00664676027, 0, 1, 0, -0.00664676027, 0, -0.999978304)
  696. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  697. Event:InvokeServer(A_1, A_2)
  698.  
  699. end)
  700.  
  701.  
  702.  
  703. Section:NewButton("Place Position 3", "ButtonInfo", function()
  704. local A_1 = "Scientist Cameraman"
  705. local A_2 = CFrame.new(-77.2238998, 9.60135174, 21.7730198, 0.496486098, -0.00378020806, 0.868036509, 0.00761370454, 0.999971032, 0, -0.868011355, 0.00660897372, 0.496500492)
  706. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  707. Event:InvokeServer(A_1, A_2)
  708.  
  709. end)
  710.  
  711.  
  712.  
  713. Section:NewButton("Place Position 4", "ButtonInfo", function()
  714. local A_1 = "Scientist Cameraman"
  715. local A_2 = CFrame.new(-76.9371948, 9.60136986, 8.28073215, -0.906402171, 0.00345058623, -0.422401696, 0.00380687648, 0.999992728, 0, 0.422398627, -0.0016080311, -0.906408787)
  716. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  717. Event:InvokeServer(A_1, A_2)
  718.  
  719. end)
  720.  
  721.  
  722.  
  723. Section:NewButton("Place Position 5", "ButtonInfo", function()
  724. local A_1 = "Scientist Cameraman"
  725. local A_2 = CFrame.new(-38.8071899, 9.6003933, 15.2627163, -0.817015171, 0.00311029865, 0.576607943, 0.00380687672, 0.999992728, 0, -0.57660377, 0.00219507539, -0.817021132)
  726. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  727. Event:InvokeServer(A_1, A_2)
  728.  
  729. end)
  730.  
  731.  
  732.  
  733. Section:NewLabel("Beach Cameraman(Cost 500$)")
  734.  
  735.  
  736.  
  737.  
  738. Section:NewButton("Place Position 1", "ButtonInfo", function()
  739. local A_1 = "Beach Cameraman"
  740. local A_2 = CFrame.new(-88.3841324, 9.60026836, 21.1938438, 0.401443601, -0.0229487196, 0.915596187, 0.0570723079, 0.998370051, 0, -0.914103806, 0.0522551872, 0.402099013)
  741. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  742. Event:InvokeServer(A_1, A_2)
  743. end)
  744.  
  745.  
  746.  
  747. Section:NewButton("Place Position 2", "ButtonInfo", function()
  748.  
  749. local A_1 = "Beach Cameraman"
  750. local A_2 = CFrame.new(-89.3802719, 9.10560799, 8.49427032, -0.999978304, 0, 0.00664676027, 0, 1, 0, -0.00664676027, 0, -0.999978304)
  751. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  752. Event:InvokeServer(A_1, A_2)
  753.  
  754. end)
  755.  
  756.  
  757.  
  758. Section:NewButton("Place Position 3", "ButtonInfo", function()
  759. local A_1 = "Beach Cameraman"
  760. local A_2 = CFrame.new(-77.2238998, 9.60135174, 21.7730198, 0.496486098, -0.00378020806, 0.868036509, 0.00761370454, 0.999971032, 0, -0.868011355, 0.00660897372, 0.496500492)
  761. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  762. Event:InvokeServer(A_1, A_2)
  763.  
  764. end)
  765.  
  766.  
  767.  
  768. Section:NewButton("Place Position 4", "ButtonInfo", function()
  769. local A_1 = "Beach Cameraman"
  770. local A_2 = CFrame.new(-76.9371948, 9.60136986, 8.28073215, -0.906402171, 0.00345058623, -0.422401696, 0.00380687648, 0.999992728, 0, 0.422398627, -0.0016080311, -0.906408787)
  771. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  772. Event:InvokeServer(A_1, A_2)
  773.  
  774. end)
  775.  
  776.  
  777.  
  778. Section:NewButton("Place Position 5", "ButtonInfo", function()
  779. local A_1 = "Beach Cameraman"
  780. local A_2 = CFrame.new(-38.8071899, 9.6003933, 15.2627163, -0.817015171, 0.00311029865, 0.576607943, 0.00380687672, 0.999992728, 0, -0.57660377, 0.00219507539, -0.817021132)
  781. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  782. Event:InvokeServer(A_1, A_2)
  783.  
  784. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement