ChaosityYT

Dragon Ball Z Final Stand GUI

May 25th, 2019
2,096
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.70 KB | None | 0 0
  1. -- Objects
  2.  
  3. local DBFS = Instance.new("ScreenGui")
  4. local WelcomeFrame = Instance.new("Frame")
  5. local b = Instance.new("Frame")
  6. local b1 = Instance.new("Frame")
  7. local DBFSTPGUI1 = Instance.new("TextLabel")
  8. local OPEN = Instance.new("TextButton")
  9. local MainFrame = Instance.new("Frame")
  10. local bar4 = Instance.new("Frame")
  11. local DBFSTPGUI = Instance.new("TextLabel")
  12. local CloseButton = Instance.new("TextButton")
  13. local DBLocations = Instance.new("TextButton")
  14. local Credits = Instance.new("TextLabel")
  15. local bar3 = Instance.new("Frame")
  16. local MiscLocations = Instance.new("TextButton")
  17. local ShipLocations = Instance.new("TextButton")
  18. local CityLocations = Instance.new("TextButton")
  19. local VeilFix = Instance.new("TextButton")
  20. local DBLocations2 = Instance.new("Frame")
  21. local bar2 = Instance.new("Frame")
  22. local bar1 = Instance.new("Frame")
  23. local LocFrame = Instance.new("ScrollingFrame")
  24. local Background = Instance.new("Frame")
  25. local DB1 = Instance.new("TextButton")
  26. local DB2 = Instance.new("TextButton")
  27. local DB3 = Instance.new("TextButton")
  28. local DB4 = Instance.new("TextButton")
  29. local DB6 = Instance.new("TextButton")
  30. local DB8 = Instance.new("TextButton")
  31. local DB5 = Instance.new("TextButton")
  32. local DB7 = Instance.new("TextButton")
  33. local DB10 = Instance.new("TextButton")
  34. local DB12 = Instance.new("TextButton")
  35. local DB14 = Instance.new("TextButton")
  36. local DB16 = Instance.new("TextButton")
  37. local DB9 = Instance.new("TextButton")
  38. local DB11 = Instance.new("TextButton")
  39. local DB13 = Instance.new("TextButton")
  40. local DB15 = Instance.new("TextButton")
  41. local DB17 = Instance.new("TextButton")
  42. local DB18 = Instance.new("TextButton")
  43. local DB20 = Instance.new("TextButton")
  44. local DB19 = Instance.new("TextButton")
  45. local DB22 = Instance.new("TextButton")
  46. local DB24 = Instance.new("TextButton")
  47. local DB26 = Instance.new("TextButton")
  48. local DB28 = Instance.new("TextButton")
  49. local DB30 = Instance.new("TextButton")
  50. local DB21 = Instance.new("TextButton")
  51. local DB23 = Instance.new("TextButton")
  52. local DB25 = Instance.new("TextButton")
  53. local DB27 = Instance.new("TextButton")
  54. local DB29 = Instance.new("TextButton")
  55. local DBLocText = Instance.new("TextLabel")
  56. local TextButton = Instance.new("TextButton")
  57. local CityFrame = Instance.new("Frame")
  58. local bar5 = Instance.new("Frame")
  59. local bar6 = Instance.new("Frame")
  60. local CityLoc = Instance.new("TextLabel")
  61. local Xbut = Instance.new("TextButton")
  62. local WestCity = Instance.new("TextButton")
  63. local EastCity = Instance.new("TextButton")
  64. local SouthCity = Instance.new("TextButton")
  65. local SatanCity = Instance.new("TextButton")
  66. local GingerTown = Instance.new("TextButton")
  67. local CentralCity = Instance.new("TextButton")
  68. local ShipFrame = Instance.new("Frame")
  69. local bar7 = Instance.new("Frame")
  70. local bar8 = Instance.new("Frame")
  71. local Namek = Instance.new("TextButton")
  72. local Space = Instance.new("TextButton")
  73. local Futre = Instance.new("TextButton")
  74. local ShipLoc = Instance.new("TextLabel")
  75. local CloseBut = Instance.new("TextButton")
  76. local MiscFrame = Instance.new("Frame")
  77. local bar9 = Instance.new("Frame")
  78. local bar10 = Instance.new("Frame")
  79. local MiscLoc = Instance.new("TextLabel")
  80. local Closebutton1 = Instance.new("TextButton")
  81. local Korin = Instance.new("TextButton")
  82. local Lookout = Instance.new("TextButton")
  83. local Kame = Instance.new("TextButton")
  84. local Goku = Instance.new("TextButton")
  85. local Capsule = Instance.new("TextButton")
  86.  
  87. -- Properties
  88.  
  89. DBFS.Name = "DBFS"
  90. DBFS.Parent = game.CoreGui
  91. DBFS.ResetOnSpawn = false
  92.  
  93. WelcomeFrame.Name = "WelcomeFrame"
  94. WelcomeFrame.Parent = DBFS
  95. WelcomeFrame.Active = true
  96. WelcomeFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  97. WelcomeFrame.BorderSizePixel = 0
  98. WelcomeFrame.Draggable = true
  99. WelcomeFrame.Position = UDim2.new(0.0312170591, 0, 0.0549087822, 0)
  100. WelcomeFrame.Size = UDim2.new(0, 223, 0, 227)
  101.  
  102. b.Name = "b"
  103. b.Parent = WelcomeFrame
  104. b.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  105. b.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  106. b.BorderSizePixel = 0
  107. b.Position = UDim2.new(-0.00224215258, 0, 0, 0)
  108. b.Size = UDim2.new(0, 222, 0, 23)
  109.  
  110. b1.Name = "b1"
  111. b1.Parent = WelcomeFrame
  112. b1.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  113. b1.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  114. b1.BorderSizePixel = 0
  115. b1.Position = UDim2.new(0, 0, 0.101321585, 0)
  116. b1.Size = UDim2.new(0, 223, 0, 4)
  117.  
  118. DBFSTPGUI1.Name = "DBFSTPGUI1"
  119. DBFSTPGUI1.Parent = WelcomeFrame
  120. DBFSTPGUI1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  121. DBFSTPGUI1.BorderSizePixel = 0
  122. DBFSTPGUI1.Position = UDim2.new(0.0493273549, 0, 0.154185027, 0)
  123. DBFSTPGUI1.Size = UDim2.new(0, 199, 0, 26)
  124. DBFSTPGUI1.Font = Enum.Font.SourceSansBold
  125. DBFSTPGUI1.Text = "DBFS TP GUI"
  126. DBFSTPGUI1.TextColor3 = Color3.new(1, 1, 1)
  127. DBFSTPGUI1.TextScaled = true
  128. DBFSTPGUI1.TextSize = 20
  129. DBFSTPGUI1.TextWrapped = true
  130.  
  131. OPEN.Name = "OPEN"
  132. OPEN.Parent = WelcomeFrame
  133. OPEN.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  134. OPEN.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  135. OPEN.BorderSizePixel = 4
  136. OPEN.Position = UDim2.new(0.0538116582, 0, 0.50220263, 0)
  137. OPEN.Size = UDim2.new(0, 200, 0, 33)
  138. OPEN.Font = Enum.Font.SourceSansBold
  139. OPEN.Text = "OPEN GUI"
  140. OPEN.TextColor3 = Color3.new(1, 1, 1)
  141. OPEN.TextScaled = true
  142. OPEN.TextSize = 14
  143. OPEN.TextWrapped = true
  144.  
  145. MainFrame.Name = "MainFrame"
  146. MainFrame.Parent = DBFS
  147. MainFrame.Active = true
  148. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  149. MainFrame.BorderSizePixel = 0
  150. MainFrame.Draggable = true
  151. MainFrame.Position = UDim2.new(0.579500258, 0, 0.133703947, 0)
  152. MainFrame.Size = UDim2.new(0, 322, 0, 306)
  153. MainFrame.Visible = false
  154.  
  155. bar4.Name = "bar4"
  156. bar4.Parent = MainFrame
  157. bar4.Active = true
  158. bar4.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  159. bar4.BorderSizePixel = 0
  160. bar4.Size = UDim2.new(0, 322, 0, 27)
  161.  
  162. DBFSTPGUI.Name = "DBFSTPGUI"
  163. DBFSTPGUI.Parent = MainFrame
  164. DBFSTPGUI.Active = true
  165. DBFSTPGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  166. DBFSTPGUI.BorderSizePixel = 0
  167. DBFSTPGUI.Position = UDim2.new(0.0217391308, 0, 0.00326797389, 0)
  168. DBFSTPGUI.Size = UDim2.new(0, 181, 0, 26)
  169. DBFSTPGUI.Font = Enum.Font.SourceSansBold
  170. DBFSTPGUI.Text = "DBFS TP GUI"
  171. DBFSTPGUI.TextColor3 = Color3.new(1, 1, 1)
  172. DBFSTPGUI.TextScaled = true
  173. DBFSTPGUI.TextSize = 20
  174. DBFSTPGUI.TextWrapped = true
  175. DBFSTPGUI.TextXAlignment = Enum.TextXAlignment.Left
  176.  
  177. CloseButton.Name = "CloseButton"
  178. CloseButton.Parent = MainFrame
  179. CloseButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  180. CloseButton.BorderSizePixel = 0
  181. CloseButton.Position = UDim2.new(0.906832278, 0, 0, 0)
  182. CloseButton.Size = UDim2.new(0, 30, 0, 27)
  183. CloseButton.Font = Enum.Font.Cartoon
  184. CloseButton.Text = "X"
  185. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  186. CloseButton.TextScaled = true
  187. CloseButton.TextSize = 14
  188. CloseButton.TextWrapped = true
  189.  
  190. DBLocations.Name = "DBLocations"
  191. DBLocations.Parent = MainFrame
  192. DBLocations.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  193. DBLocations.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  194. DBLocations.BorderSizePixel = 4
  195. DBLocations.Position = UDim2.new(0.0403726697, 0, 0.130718961, 0)
  196. DBLocations.Size = UDim2.new(0, 126, 0, 53)
  197. DBLocations.Font = Enum.Font.SourceSansBold
  198. DBLocations.Text = "DragonBall Locations"
  199. DBLocations.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  200. DBLocations.TextScaled = true
  201. DBLocations.TextSize = 14
  202. DBLocations.TextWrapped = true
  203.  
  204. Credits.Name = "Credits"
  205. Credits.Parent = MainFrame
  206. Credits.Active = true
  207. Credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  208. Credits.BorderSizePixel = 0
  209. Credits.Position = UDim2.new(0, 0, 0.921568632, 0)
  210. Credits.Size = UDim2.new(0, 177, 0, 24)
  211. Credits.Font = Enum.Font.SciFi
  212. Credits.Text = "By NeonForce#2086"
  213. Credits.TextColor3 = Color3.new(1, 1, 1)
  214. Credits.TextScaled = true
  215. Credits.TextSize = 14
  216. Credits.TextWrapped = true
  217. Credits.TextXAlignment = Enum.TextXAlignment.Left
  218.  
  219. bar3.Name = "bar3"
  220. bar3.Parent = MainFrame
  221. bar3.Active = true
  222. bar3.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  223. bar3.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  224. bar3.BorderSizePixel = 0
  225. bar3.Position = UDim2.new(0, 0, 0.0882352963, 0)
  226. bar3.Size = UDim2.new(0, 322, 0, 4)
  227.  
  228. MiscLocations.Name = "MiscLocations"
  229. MiscLocations.Parent = MainFrame
  230. MiscLocations.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  231. MiscLocations.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  232. MiscLocations.BorderSizePixel = 4
  233. MiscLocations.Position = UDim2.new(0.549689412, 0, 0.53594774, 0)
  234. MiscLocations.Size = UDim2.new(0, 132, 0, 53)
  235. MiscLocations.Font = Enum.Font.SourceSansBold
  236. MiscLocations.Text = "Misc."
  237. MiscLocations.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  238. MiscLocations.TextSize = 35
  239. MiscLocations.TextWrapped = true
  240.  
  241. ShipLocations.Name = "ShipLocations"
  242. ShipLocations.Parent = MainFrame
  243. ShipLocations.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  244. ShipLocations.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  245. ShipLocations.BorderSizePixel = 4
  246. ShipLocations.Position = UDim2.new(0.0403726697, 0, 0.53594774, 0)
  247. ShipLocations.Size = UDim2.new(0, 126, 0, 53)
  248. ShipLocations.Font = Enum.Font.SourceSansBold
  249. ShipLocations.Text = "Ship Locations"
  250. ShipLocations.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  251. ShipLocations.TextScaled = true
  252. ShipLocations.TextSize = 14
  253. ShipLocations.TextWrapped = true
  254.  
  255. CityLocations.Name = "CityLocations"
  256. CityLocations.Parent = MainFrame
  257. CityLocations.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  258. CityLocations.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  259. CityLocations.BorderSizePixel = 4
  260. CityLocations.Position = UDim2.new(0.549689412, 0, 0.130718961, 0)
  261. CityLocations.Size = UDim2.new(0, 132, 0, 53)
  262. CityLocations.Font = Enum.Font.SourceSansBold
  263. CityLocations.Text = "Cities"
  264. CityLocations.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  265. CityLocations.TextSize = 35
  266. CityLocations.TextWrapped = true
  267.  
  268. VeilFix.Name = "VeilFix"
  269. VeilFix.Parent = MainFrame
  270. VeilFix.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  271. VeilFix.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  272. VeilFix.BorderSizePixel = 4
  273. VeilFix.Position = UDim2.new(0.295031071, 0, 0.787581682, 0)
  274. VeilFix.Size = UDim2.new(0, 132, 0, 33)
  275. VeilFix.Font = Enum.Font.SourceSansBold
  276. VeilFix.Text = "Fix Veil"
  277. VeilFix.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  278. VeilFix.TextSize = 35
  279. VeilFix.TextWrapped = true
  280.  
  281. DBLocations2.Name = "DBLocations2"
  282. DBLocations2.Parent = DBFS
  283. DBLocations2.Active = true
  284. DBLocations2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  285. DBLocations2.BorderSizePixel = 0
  286. DBLocations2.Draggable = true
  287. DBLocations2.Position = UDim2.new(0.335381657, 0, 0.314257264, 0)
  288. DBLocations2.Size = UDim2.new(0, 301, 0, 343)
  289. DBLocations2.Visible = false
  290.  
  291. bar2.Name = "bar2"
  292. bar2.Parent = DBLocations2
  293. bar2.Active = true
  294. bar2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  295. bar2.BorderSizePixel = 0
  296. bar2.Position = UDim2.new(0, 0, -0.002915452, 0)
  297. bar2.Size = UDim2.new(0, 301, 0, 27)
  298.  
  299. bar1.Name = "bar1"
  300. bar1.Parent = DBLocations2
  301. bar1.Active = true
  302. bar1.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  303. bar1.BorderSizePixel = 0
  304. bar1.Position = UDim2.new(0, 0, 0.0745856389, 0)
  305. bar1.Size = UDim2.new(0, 301, 0, 7)
  306.  
  307. LocFrame.Name = "LocFrame"
  308. LocFrame.Parent = DBLocations2
  309. LocFrame.Active = true
  310. LocFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  311. LocFrame.BorderSizePixel = 0
  312. LocFrame.Position = UDim2.new(0, 0, 0.0758017525, 0)
  313. LocFrame.Size = UDim2.new(0, 301, 0, 318)
  314.  
  315. Background.Name = "Background"
  316. Background.Parent = LocFrame
  317. Background.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  318. Background.BorderSizePixel = 0
  319. Background.Size = UDim2.new(0, 285, 0, 575)
  320.  
  321. DB1.Name = "DB1"
  322. DB1.Parent = Background
  323. DB1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  324. DB1.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  325. DB1.BorderSizePixel = 4
  326. DB1.Position = UDim2.new(0.0245614033, 0, 0.0147058824, 0)
  327. DB1.Size = UDim2.new(0, 129, 0, 20)
  328. DB1.Font = Enum.Font.SourceSansBold
  329. DB1.Text = "Location 1"
  330. DB1.TextColor3 = Color3.new(1, 1, 1)
  331. DB1.TextScaled = true
  332. DB1.TextSize = 14
  333. DB1.TextWrapped = true
  334.  
  335. DB2.Name = "DB2"
  336. DB2.Parent = Background
  337. DB2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  338. DB2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  339. DB2.BorderSizePixel = 4
  340. DB2.Position = UDim2.new(0.526315808, 0, 0.0147058824, 0)
  341. DB2.Size = UDim2.new(0, 129, 0, 20)
  342. DB2.Font = Enum.Font.SourceSansBold
  343. DB2.Text = "Location 2"
  344. DB2.TextColor3 = Color3.new(1, 1, 1)
  345. DB2.TextScaled = true
  346. DB2.TextSize = 14
  347. DB2.TextWrapped = true
  348.  
  349. DB3.Name = "DB3"
  350. DB3.Parent = Background
  351. DB3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  352. DB3.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  353. DB3.BorderSizePixel = 4
  354. DB3.Position = UDim2.new(0.0245614033, 0, 0.0673374608, 0)
  355. DB3.Size = UDim2.new(0, 129, 0, 20)
  356. DB3.Font = Enum.Font.SourceSansBold
  357. DB3.Text = "Location 3"
  358. DB3.TextColor3 = Color3.new(1, 1, 1)
  359. DB3.TextScaled = true
  360. DB3.TextSize = 14
  361. DB3.TextWrapped = true
  362.  
  363. DB4.Name = "DB4"
  364. DB4.Parent = Background
  365. DB4.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  366. DB4.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  367. DB4.BorderSizePixel = 4
  368. DB4.Position = UDim2.new(0.526315808, 0, 0.0673374608, 0)
  369. DB4.Size = UDim2.new(0, 129, 0, 20)
  370. DB4.Font = Enum.Font.SourceSansBold
  371. DB4.Text = "Location 4"
  372. DB4.TextColor3 = Color3.new(1, 1, 1)
  373. DB4.TextScaled = true
  374. DB4.TextSize = 14
  375. DB4.TextWrapped = true
  376.  
  377. DB6.Name = "DB6"
  378. DB6.Parent = Background
  379. DB6.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  380. DB6.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  381. DB6.BorderSizePixel = 4
  382. DB6.Position = UDim2.new(0.526315808, 0, 0.11996904, 0)
  383. DB6.Size = UDim2.new(0, 129, 0, 20)
  384. DB6.Font = Enum.Font.SourceSansBold
  385. DB6.Text = "Location 6"
  386. DB6.TextColor3 = Color3.new(1, 1, 1)
  387. DB6.TextScaled = true
  388. DB6.TextSize = 14
  389. DB6.TextWrapped = true
  390.  
  391. DB8.Name = "DB8"
  392. DB8.Parent = Background
  393. DB8.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  394. DB8.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  395. DB8.BorderSizePixel = 4
  396. DB8.Position = UDim2.new(0.526315808, 0, 0.174355015, 0)
  397. DB8.Size = UDim2.new(0, 129, 0, 20)
  398. DB8.Font = Enum.Font.SourceSansBold
  399. DB8.Text = "Location 8"
  400. DB8.TextColor3 = Color3.new(1, 1, 1)
  401. DB8.TextScaled = true
  402. DB8.TextSize = 14
  403. DB8.TextWrapped = true
  404.  
  405. DB5.Name = "DB5"
  406. DB5.Parent = Background
  407. DB5.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  408. DB5.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  409. DB5.BorderSizePixel = 4
  410. DB5.Position = UDim2.new(0.0245614033, 0, 0.11996904, 0)
  411. DB5.Size = UDim2.new(0, 129, 0, 20)
  412. DB5.Font = Enum.Font.SourceSansBold
  413. DB5.Text = "Location 5"
  414. DB5.TextColor3 = Color3.new(1, 1, 1)
  415. DB5.TextScaled = true
  416. DB5.TextSize = 14
  417. DB5.TextWrapped = true
  418.  
  419. DB7.Name = "DB7"
  420. DB7.Parent = Background
  421. DB7.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  422. DB7.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  423. DB7.BorderSizePixel = 4
  424. DB7.Position = UDim2.new(0.0245614033, 0, 0.174355, 0)
  425. DB7.Size = UDim2.new(0, 129, 0, 20)
  426. DB7.Font = Enum.Font.SourceSansBold
  427. DB7.Text = "Location 7"
  428. DB7.TextColor3 = Color3.new(1, 1, 1)
  429. DB7.TextScaled = true
  430. DB7.TextSize = 14
  431. DB7.TextWrapped = true
  432.  
  433. DB10.Name = "DB10"
  434. DB10.Parent = Background
  435. DB10.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  436. DB10.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  437. DB10.BorderSizePixel = 4
  438. DB10.Position = UDim2.new(0.526315808, 0, 0.226986602, 0)
  439. DB10.Size = UDim2.new(0, 129, 0, 20)
  440. DB10.Font = Enum.Font.SourceSansBold
  441. DB10.Text = "Location 10"
  442. DB10.TextColor3 = Color3.new(1, 1, 1)
  443. DB10.TextScaled = true
  444. DB10.TextSize = 14
  445. DB10.TextWrapped = true
  446.  
  447. DB12.Name = "DB12"
  448. DB12.Parent = Background
  449. DB12.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  450. DB12.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  451. DB12.BorderSizePixel = 4
  452. DB12.Position = UDim2.new(0.526315808, 0, 0.279618174, 0)
  453. DB12.Size = UDim2.new(0, 129, 0, 20)
  454. DB12.Font = Enum.Font.SourceSansBold
  455. DB12.Text = "Location 12"
  456. DB12.TextColor3 = Color3.new(1, 1, 1)
  457. DB12.TextScaled = true
  458. DB12.TextSize = 14
  459. DB12.TextWrapped = true
  460.  
  461. DB14.Name = "DB14"
  462. DB14.Parent = Background
  463. DB14.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  464. DB14.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  465. DB14.BorderSizePixel = 4
  466. DB14.Position = UDim2.new(0.526315808, 0, 0.332249761, 0)
  467. DB14.Size = UDim2.new(0, 129, 0, 20)
  468. DB14.Font = Enum.Font.SourceSansBold
  469. DB14.Text = "Location 14"
  470. DB14.TextColor3 = Color3.new(1, 1, 1)
  471. DB14.TextScaled = true
  472. DB14.TextSize = 14
  473. DB14.TextWrapped = true
  474.  
  475. DB16.Name = "DB16"
  476. DB16.Parent = Background
  477. DB16.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  478. DB16.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  479. DB16.BorderSizePixel = 4
  480. DB16.Position = UDim2.new(0.526315808, 0, 0.383126944, 0)
  481. DB16.Size = UDim2.new(0, 129, 0, 20)
  482. DB16.Font = Enum.Font.SourceSansBold
  483. DB16.Text = "Location 16"
  484. DB16.TextColor3 = Color3.new(1, 1, 1)
  485. DB16.TextScaled = true
  486. DB16.TextSize = 14
  487. DB16.TextWrapped = true
  488.  
  489. DB9.Name = "DB9"
  490. DB9.Parent = Background
  491. DB9.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  492. DB9.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  493. DB9.BorderSizePixel = 4
  494. DB9.Position = UDim2.new(0.0245614033, 0, 0.226986587, 0)
  495. DB9.Size = UDim2.new(0, 129, 0, 20)
  496. DB9.Font = Enum.Font.SourceSansBold
  497. DB9.Text = "Location 9"
  498. DB9.TextColor3 = Color3.new(1, 1, 1)
  499. DB9.TextScaled = true
  500. DB9.TextSize = 14
  501. DB9.TextWrapped = true
  502.  
  503. DB11.Name = "DB11"
  504. DB11.Parent = Background
  505. DB11.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  506. DB11.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  507. DB11.BorderSizePixel = 4
  508. DB11.Position = UDim2.new(0.0245614033, 0, 0.279618174, 0)
  509. DB11.Size = UDim2.new(0, 129, 0, 20)
  510. DB11.Font = Enum.Font.SourceSansBold
  511. DB11.Text = "Location 11"
  512. DB11.TextColor3 = Color3.new(1, 1, 1)
  513. DB11.TextScaled = true
  514. DB11.TextSize = 14
  515. DB11.TextWrapped = true
  516.  
  517. DB13.Name = "DB13"
  518. DB13.Parent = Background
  519. DB13.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  520. DB13.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  521. DB13.BorderSizePixel = 4
  522. DB13.Position = UDim2.new(0.0245614033, 0, 0.332249761, 0)
  523. DB13.Size = UDim2.new(0, 129, 0, 20)
  524. DB13.Font = Enum.Font.SourceSansBold
  525. DB13.Text = "Location 12"
  526. DB13.TextColor3 = Color3.new(1, 1, 1)
  527. DB13.TextScaled = true
  528. DB13.TextSize = 14
  529. DB13.TextWrapped = true
  530.  
  531. DB15.Name = "DB15"
  532. DB15.Parent = Background
  533. DB15.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  534. DB15.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  535. DB15.BorderSizePixel = 4
  536. DB15.Position = UDim2.new(0.0245614033, 0, 0.383126944, 0)
  537. DB15.Size = UDim2.new(0, 129, 0, 20)
  538. DB15.Font = Enum.Font.SourceSansBold
  539. DB15.Text = "Location 15"
  540. DB15.TextColor3 = Color3.new(1, 1, 1)
  541. DB15.TextScaled = true
  542. DB15.TextSize = 14
  543. DB15.TextWrapped = true
  544.  
  545. DB17.Name = "DB17"
  546. DB17.Parent = Background
  547. DB17.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  548. DB17.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  549. DB17.BorderSizePixel = 4
  550. DB17.Position = UDim2.new(0.0245614033, 0, 0.434004128, 0)
  551. DB17.Size = UDim2.new(0, 129, 0, 20)
  552. DB17.Font = Enum.Font.SourceSansBold
  553. DB17.Text = "Location 17"
  554. DB17.TextColor3 = Color3.new(1, 1, 1)
  555. DB17.TextScaled = true
  556. DB17.TextSize = 14
  557. DB17.TextWrapped = true
  558.  
  559. DB18.Name = "DB18"
  560. DB18.Parent = Background
  561. DB18.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  562. DB18.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  563. DB18.BorderSizePixel = 4
  564. DB18.Position = UDim2.new(0.526315808, 0, 0.434004128, 0)
  565. DB18.Size = UDim2.new(0, 129, 0, 20)
  566. DB18.Font = Enum.Font.SourceSansBold
  567. DB18.Text = "Location 18"
  568. DB18.TextColor3 = Color3.new(1, 1, 1)
  569. DB18.TextScaled = true
  570. DB18.TextSize = 14
  571. DB18.TextWrapped = true
  572.  
  573. DB20.Name = "DB20"
  574. DB20.Parent = Background
  575. DB20.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  576. DB20.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  577. DB20.BorderSizePixel = 4
  578. DB20.Position = UDim2.new(0.526000023, 0, 0.485000014, 0)
  579. DB20.Size = UDim2.new(0, 129, 0, 20)
  580. DB20.Font = Enum.Font.SourceSansBold
  581. DB20.Text = "Location 20"
  582. DB20.TextColor3 = Color3.new(1, 1, 1)
  583. DB20.TextScaled = true
  584. DB20.TextSize = 14
  585. DB20.TextWrapped = true
  586.  
  587. DB19.Name = "DB19"
  588. DB19.Parent = Background
  589. DB19.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  590. DB19.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  591. DB19.BorderSizePixel = 4
  592. DB19.Position = UDim2.new(0.0242456198, 0, 0.485000014, 0)
  593. DB19.Size = UDim2.new(0, 129, 0, 20)
  594. DB19.Font = Enum.Font.SourceSansBold
  595. DB19.Text = "Location 19"
  596. DB19.TextColor3 = Color3.new(1, 1, 1)
  597. DB19.TextScaled = true
  598. DB19.TextSize = 14
  599. DB19.TextWrapped = true
  600.  
  601. DB22.Name = "DB22"
  602. DB22.Parent = Background
  603. DB22.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  604. DB22.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  605. DB22.BorderSizePixel = 4
  606. DB22.Position = UDim2.new(0.526000023, 0, 0.537631571, 0)
  607. DB22.Size = UDim2.new(0, 129, 0, 20)
  608. DB22.Font = Enum.Font.SourceSansBold
  609. DB22.Text = "Location 22"
  610. DB22.TextColor3 = Color3.new(1, 1, 1)
  611. DB22.TextScaled = true
  612. DB22.TextSize = 14
  613. DB22.TextWrapped = true
  614.  
  615. DB24.Name = "DB24"
  616. DB24.Parent = Background
  617. DB24.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  618. DB24.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  619. DB24.BorderSizePixel = 4
  620. DB24.Position = UDim2.new(0.526000023, 0, 0.590263128, 0)
  621. DB24.Size = UDim2.new(0, 129, 0, 20)
  622. DB24.Font = Enum.Font.SourceSansBold
  623. DB24.Text = "Location 24"
  624. DB24.TextColor3 = Color3.new(1, 1, 1)
  625. DB24.TextScaled = true
  626. DB24.TextSize = 14
  627. DB24.TextWrapped = true
  628.  
  629. DB26.Name = "DB26"
  630. DB26.Parent = Background
  631. DB26.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  632. DB26.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  633. DB26.BorderSizePixel = 4
  634. DB26.Position = UDim2.new(0.526000023, 0, 0.642894685, 0)
  635. DB26.Size = UDim2.new(0, 129, 0, 20)
  636. DB26.Font = Enum.Font.SourceSansBold
  637. DB26.Text = "Location 26"
  638. DB26.TextColor3 = Color3.new(1, 1, 1)
  639. DB26.TextScaled = true
  640. DB26.TextSize = 14
  641. DB26.TextWrapped = true
  642.  
  643. DB28.Name = "DB28"
  644. DB28.Parent = Background
  645. DB28.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  646. DB28.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  647. DB28.BorderSizePixel = 4
  648. DB28.Position = UDim2.new(0.526000023, 0, 0.695526242, 0)
  649. DB28.Size = UDim2.new(0, 129, 0, 20)
  650. DB28.Font = Enum.Font.SourceSansBold
  651. DB28.Text = "Location 28"
  652. DB28.TextColor3 = Color3.new(1, 1, 1)
  653. DB28.TextScaled = true
  654. DB28.TextSize = 14
  655. DB28.TextWrapped = true
  656.  
  657. DB30.Name = "DB30"
  658. DB30.Parent = Background
  659. DB30.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  660. DB30.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  661. DB30.BorderSizePixel = 4
  662. DB30.Position = UDim2.new(0.526000023, 0, 0.751666605, 0)
  663. DB30.Size = UDim2.new(0, 129, 0, 20)
  664. DB30.Font = Enum.Font.SourceSansBold
  665. DB30.Text = "Location 30"
  666. DB30.TextColor3 = Color3.new(1, 1, 1)
  667. DB30.TextScaled = true
  668. DB30.TextSize = 14
  669. DB30.TextWrapped = true
  670.  
  671. DB21.Name = "DB21"
  672. DB21.Parent = Background
  673. DB21.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  674. DB21.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  675. DB21.BorderSizePixel = 4
  676. DB21.Position = UDim2.new(0.0242456496, 0, 0.537631571, 0)
  677. DB21.Size = UDim2.new(0, 129, 0, 20)
  678. DB21.Font = Enum.Font.SourceSansBold
  679. DB21.Text = "Location 21"
  680. DB21.TextColor3 = Color3.new(1, 1, 1)
  681. DB21.TextScaled = true
  682. DB21.TextSize = 14
  683. DB21.TextWrapped = true
  684.  
  685. DB23.Name = "DB23"
  686. DB23.Parent = Background
  687. DB23.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  688. DB23.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  689. DB23.BorderSizePixel = 4
  690. DB23.Position = UDim2.new(0.0242456496, 0, 0.589805484, 0)
  691. DB23.Size = UDim2.new(0, 129, 0, 20)
  692. DB23.Font = Enum.Font.SourceSansBold
  693. DB23.Text = "Location 23"
  694. DB23.TextColor3 = Color3.new(1, 1, 1)
  695. DB23.TextScaled = true
  696. DB23.TextSize = 14
  697. DB23.TextWrapped = true
  698.  
  699. DB25.Name = "DB25"
  700. DB25.Parent = Background
  701. DB25.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  702. DB25.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  703. DB25.BorderSizePixel = 4
  704. DB25.Position = UDim2.new(0.0242456496, 0, 0.643718541, 0)
  705. DB25.Size = UDim2.new(0, 129, 0, 20)
  706. DB25.Font = Enum.Font.SourceSansBold
  707. DB25.Text = "Location 25"
  708. DB25.TextColor3 = Color3.new(1, 1, 1)
  709. DB25.TextScaled = true
  710. DB25.TextSize = 14
  711. DB25.TextWrapped = true
  712.  
  713. DB27.Name = "DB27"
  714. DB27.Parent = Background
  715. DB27.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  716. DB27.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  717. DB27.BorderSizePixel = 4
  718. DB27.Position = UDim2.new(0.0242456496, 0, 0.695892453, 0)
  719. DB27.Size = UDim2.new(0, 129, 0, 20)
  720. DB27.Font = Enum.Font.SourceSansBold
  721. DB27.Text = "Location 27"
  722. DB27.TextColor3 = Color3.new(1, 1, 1)
  723. DB27.TextScaled = true
  724. DB27.TextSize = 14
  725. DB27.TextWrapped = true
  726.  
  727. DB29.Name = "DB29"
  728. DB29.Parent = Background
  729. DB29.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  730. DB29.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  731. DB29.BorderSizePixel = 4
  732. DB29.Position = UDim2.new(0.0242456496, 0, 0.751544654, 0)
  733. DB29.Size = UDim2.new(0, 129, 0, 20)
  734. DB29.Font = Enum.Font.SourceSansBold
  735. DB29.Text = "Location 29"
  736. DB29.TextColor3 = Color3.new(1, 1, 1)
  737. DB29.TextScaled = true
  738. DB29.TextSize = 14
  739. DB29.TextWrapped = true
  740.  
  741. DBLocText.Name = "DBLocText"
  742. DBLocText.Parent = DBLocations2
  743. DBLocText.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  744. DBLocText.BorderSizePixel = 0
  745. DBLocText.Position = UDim2.new(0.0232558139, 0, -0.00145772099, 0)
  746. DBLocText.Size = UDim2.new(0, 210, 0, 22)
  747. DBLocText.Font = Enum.Font.SourceSansBold
  748. DBLocText.Text = "Dragonball Locations"
  749. DBLocText.TextColor3 = Color3.new(1, 1, 1)
  750. DBLocText.TextScaled = true
  751. DBLocText.TextSize = 14
  752. DBLocText.TextWrapped = true
  753. DBLocText.TextXAlignment = Enum.TextXAlignment.Left
  754.  
  755. TextButton.Parent = DBLocations2
  756. TextButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  757. TextButton.BorderSizePixel = 0
  758. TextButton.Position = UDim2.new(0.903654456, 0, 0, 0)
  759. TextButton.Size = UDim2.new(0, 29, 0, 26)
  760. TextButton.Font = Enum.Font.SourceSansBold
  761. TextButton.Text = "X"
  762. TextButton.TextColor3 = Color3.new(1, 1, 1)
  763. TextButton.TextScaled = true
  764. TextButton.TextSize = 20
  765. TextButton.TextWrapped = true
  766.  
  767. CityFrame.Name = "CityFrame"
  768. CityFrame.Parent = DBFS
  769. CityFrame.Active = true
  770. CityFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  771. CityFrame.BorderSizePixel = 0
  772. CityFrame.Draggable = true
  773. CityFrame.Position = UDim2.new(0.12562187, 0, 0.131826729, 0)
  774. CityFrame.Size = UDim2.new(0, 265, 0, 317)
  775. CityFrame.Visible = false
  776.  
  777. bar5.Name = "bar5"
  778. bar5.Parent = CityFrame
  779. bar5.Active = true
  780. bar5.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  781. bar5.BorderSizePixel = 0
  782. bar5.Size = UDim2.new(0, 265, 0, 32)
  783.  
  784. bar6.Name = "bar6"
  785. bar6.Parent = CityFrame
  786. bar6.Active = true
  787. bar6.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  788. bar6.BorderSizePixel = 0
  789. bar6.Position = UDim2.new(0, 0, 0.100946374, 0)
  790. bar6.Size = UDim2.new(0, 265, 0, 4)
  791.  
  792. CityLoc.Name = "CityLoc"
  793. CityLoc.Parent = CityFrame
  794. CityLoc.Active = true
  795. CityLoc.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  796. CityLoc.BorderSizePixel = 0
  797. CityLoc.Position = UDim2.new(0.0264150947, 0, 0, 0)
  798. CityLoc.Size = UDim2.new(0, 157, 0, 32)
  799. CityLoc.Font = Enum.Font.SourceSansBold
  800. CityLoc.Text = "Cities"
  801. CityLoc.TextColor3 = Color3.new(1, 1, 1)
  802. CityLoc.TextScaled = true
  803. CityLoc.TextSize = 14
  804. CityLoc.TextWrapped = true
  805. CityLoc.TextXAlignment = Enum.TextXAlignment.Left
  806.  
  807. Xbut.Name = "Xbut"
  808. Xbut.Parent = CityFrame
  809. Xbut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  810. Xbut.BorderSizePixel = 0
  811. Xbut.Position = UDim2.new(0.867924511, 0, 0.00946372282, 0)
  812. Xbut.Size = UDim2.new(0, 35, 0, 29)
  813. Xbut.Font = Enum.Font.Cartoon
  814. Xbut.Text = "X"
  815. Xbut.TextColor3 = Color3.new(1, 1, 1)
  816. Xbut.TextScaled = true
  817. Xbut.TextSize = 14
  818. Xbut.TextWrapped = true
  819.  
  820. WestCity.Name = "WestCity"
  821. WestCity.Parent = CityFrame
  822. WestCity.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  823. WestCity.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  824. WestCity.BorderSizePixel = 4
  825. WestCity.Position = UDim2.new(0.0264150947, 0, 0.130914822, 0)
  826. WestCity.Size = UDim2.new(0, 117, 0, 50)
  827. WestCity.Font = Enum.Font.SourceSansBold
  828. WestCity.Text = "West City"
  829. WestCity.TextColor3 = Color3.new(1, 1, 1)
  830. WestCity.TextScaled = true
  831. WestCity.TextSize = 14
  832. WestCity.TextWrapped = true
  833.  
  834. EastCity.Name = "East City"
  835. EastCity.Parent = CityFrame
  836. EastCity.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  837. EastCity.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  838. EastCity.BorderSizePixel = 4
  839. EastCity.Position = UDim2.new(0.524528265, 0, 0.130914822, 0)
  840. EastCity.Size = UDim2.new(0, 117, 0, 50)
  841. EastCity.Font = Enum.Font.SourceSansBold
  842. EastCity.Text = "East City"
  843. EastCity.TextColor3 = Color3.new(1, 1, 1)
  844. EastCity.TextScaled = true
  845. EastCity.TextSize = 14
  846. EastCity.TextWrapped = true
  847.  
  848. SouthCity.Name = "South City"
  849. SouthCity.Parent = CityFrame
  850. SouthCity.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  851. SouthCity.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  852. SouthCity.BorderSizePixel = 4
  853. SouthCity.Position = UDim2.new(0.524528265, 0, 0.354889572, 0)
  854. SouthCity.Size = UDim2.new(0, 117, 0, 50)
  855. SouthCity.Font = Enum.Font.SourceSansBold
  856. SouthCity.Text = "South City"
  857. SouthCity.TextColor3 = Color3.new(1, 1, 1)
  858. SouthCity.TextScaled = true
  859. SouthCity.TextSize = 14
  860. SouthCity.TextWrapped = true
  861.  
  862. SatanCity.Name = "Satan City"
  863. SatanCity.Parent = CityFrame
  864. SatanCity.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  865. SatanCity.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  866. SatanCity.BorderSizePixel = 4
  867. SatanCity.Position = UDim2.new(0.02641505, 0, 0.354889572, 0)
  868. SatanCity.Size = UDim2.new(0, 117, 0, 50)
  869. SatanCity.Font = Enum.Font.SourceSansBold
  870. SatanCity.Text = "Satan City"
  871. SatanCity.TextColor3 = Color3.new(1, 1, 1)
  872. SatanCity.TextScaled = true
  873. SatanCity.TextSize = 14
  874. SatanCity.TextWrapped = true
  875.  
  876. GingerTown.Name = "Ginger Town"
  877. GingerTown.Parent = CityFrame
  878. GingerTown.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  879. GingerTown.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  880. GingerTown.BorderSizePixel = 4
  881. GingerTown.Position = UDim2.new(0.279245257, 0, 0.556782305, 0)
  882. GingerTown.Size = UDim2.new(0, 117, 0, 50)
  883. GingerTown.Font = Enum.Font.SourceSansBold
  884. GingerTown.Text = "Ginger Town"
  885. GingerTown.TextColor3 = Color3.new(1, 1, 1)
  886. GingerTown.TextScaled = true
  887. GingerTown.TextSize = 14
  888. GingerTown.TextWrapped = true
  889.  
  890. CentralCity.Name = "Central City"
  891. CentralCity.Parent = CityFrame
  892. CentralCity.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  893. CentralCity.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  894. CentralCity.BorderSizePixel = 4
  895. CentralCity.Position = UDim2.new(0.203773558, 0, 0.779179811, 0)
  896. CentralCity.Size = UDim2.new(0, 156, 0, 50)
  897. CentralCity.Font = Enum.Font.SourceSansBold
  898. CentralCity.Text = "Central City"
  899. CentralCity.TextColor3 = Color3.new(1, 1, 1)
  900. CentralCity.TextScaled = true
  901. CentralCity.TextSize = 14
  902. CentralCity.TextWrapped = true
  903.  
  904. ShipFrame.Name = "ShipFrame"
  905. ShipFrame.Parent = DBFS
  906. ShipFrame.Active = true
  907. ShipFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  908. ShipFrame.BorderSizePixel = 0
  909. ShipFrame.Draggable = true
  910. ShipFrame.Position = UDim2.new(0.49626869, 0, 0.331450105, 0)
  911. ShipFrame.Size = UDim2.new(0, 245, 0, 172)
  912. ShipFrame.Visible = false
  913.  
  914. bar7.Name = "bar7"
  915. bar7.Parent = ShipFrame
  916. bar7.Active = true
  917. bar7.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  918. bar7.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  919. bar7.BorderSizePixel = 0
  920. bar7.Position = UDim2.new(0, 0, -0.00581395347, 0)
  921. bar7.Size = UDim2.new(0, 245, 0, 23)
  922.  
  923. bar8.Name = "bar8"
  924. bar8.Parent = ShipFrame
  925. bar8.Active = true
  926. bar8.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  927. bar8.BorderSizePixel = 0
  928. bar8.Position = UDim2.new(0, 0, 0.127906978, 0)
  929. bar8.Size = UDim2.new(0, 245, 0, 4)
  930.  
  931. Namek.Name = "Namek"
  932. Namek.Parent = ShipFrame
  933. Namek.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  934. Namek.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  935. Namek.BorderSizePixel = 4
  936. Namek.Position = UDim2.new(0.0326530598, 0, 0.22674419, 0)
  937. Namek.Size = UDim2.new(0, 104, 0, 43)
  938. Namek.Font = Enum.Font.SourceSansBold
  939. Namek.Text = "Namek"
  940. Namek.TextColor3 = Color3.new(1, 1, 1)
  941. Namek.TextScaled = true
  942. Namek.TextSize = 14
  943. Namek.TextWrapped = true
  944.  
  945. Space.Name = "Space"
  946. Space.Parent = ShipFrame
  947. Space.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  948. Space.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  949. Space.BorderSizePixel = 4
  950. Space.Position = UDim2.new(0.538775444, 0, 0.22674419, 0)
  951. Space.Size = UDim2.new(0, 104, 0, 43)
  952. Space.Font = Enum.Font.SourceSansBold
  953. Space.Text = "Space"
  954. Space.TextColor3 = Color3.new(1, 1, 1)
  955. Space.TextScaled = true
  956. Space.TextSize = 14
  957. Space.TextWrapped = true
  958.  
  959. Futre.Name = "Futre"
  960. Futre.Parent = ShipFrame
  961. Futre.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  962. Futre.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  963. Futre.BorderSizePixel = 4
  964. Futre.Position = UDim2.new(0.287755042, 0, 0.593023241, 0)
  965. Futre.Size = UDim2.new(0, 104, 0, 43)
  966. Futre.Font = Enum.Font.SourceSansBold
  967. Futre.Text = "Future"
  968. Futre.TextColor3 = Color3.new(1, 1, 1)
  969. Futre.TextScaled = true
  970. Futre.TextSize = 14
  971. Futre.TextWrapped = true
  972.  
  973. ShipLoc.Name = "ShipLoc"
  974. ShipLoc.Parent = ShipFrame
  975. ShipLoc.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  976. ShipLoc.BorderSizePixel = 0
  977. ShipLoc.Position = UDim2.new(0.0326530598, 0, -0.00581395347, 0)
  978. ShipLoc.Size = UDim2.new(0, 130, 0, 23)
  979. ShipLoc.Font = Enum.Font.SourceSansBold
  980. ShipLoc.Text = "Ship Locations"
  981. ShipLoc.TextColor3 = Color3.new(1, 1, 1)
  982. ShipLoc.TextScaled = true
  983. ShipLoc.TextSize = 14
  984. ShipLoc.TextWrapped = true
  985.  
  986. CloseBut.Name = "CloseBut"
  987. CloseBut.Parent = ShipFrame
  988. CloseBut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  989. CloseBut.BorderSizePixel = 0
  990. CloseBut.Position = UDim2.new(0.853061199, 0, -0.00581395347, 0)
  991. CloseBut.Size = UDim2.new(0, 36, 0, 23)
  992. CloseBut.Font = Enum.Font.Cartoon
  993. CloseBut.Text = "X"
  994. CloseBut.TextColor3 = Color3.new(1, 1, 1)
  995. CloseBut.TextScaled = true
  996. CloseBut.TextSize = 14
  997. CloseBut.TextWrapped = true
  998.  
  999. MiscFrame.Name = "MiscFrame"
  1000. MiscFrame.Parent = DBFS
  1001. MiscFrame.Active = true
  1002. MiscFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1003. MiscFrame.BorderSizePixel = 0
  1004. MiscFrame.Draggable = true
  1005. MiscFrame.Position = UDim2.new(0.120646767, 0, 0.131826743, 0)
  1006. MiscFrame.Size = UDim2.new(0, 258, 0, 281)
  1007. MiscFrame.Visible = false
  1008.  
  1009. bar9.Name = "bar9"
  1010. bar9.Parent = MiscFrame
  1011. bar9.Active = true
  1012. bar9.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1013. bar9.BorderSizePixel = 0
  1014. bar9.Size = UDim2.new(0, 258, 0, 27)
  1015.  
  1016. bar10.Name = "bar10"
  1017. bar10.Parent = MiscFrame
  1018. bar10.Active = true
  1019. bar10.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1020. bar10.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1021. bar10.BorderSizePixel = 0
  1022. bar10.Position = UDim2.new(-0.000896677375, 0, 0.0942857713, 0)
  1023. bar10.Size = UDim2.new(0, 258, 0, 4)
  1024.  
  1025. MiscLoc.Name = "MiscLoc"
  1026. MiscLoc.Parent = MiscFrame
  1027. MiscLoc.Active = true
  1028. MiscLoc.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1029. MiscLoc.BorderSizePixel = 0
  1030. MiscLoc.Position = UDim2.new(0.0217391308, 0, 0.00326797389, 0)
  1031. MiscLoc.Size = UDim2.new(0, 181, 0, 26)
  1032. MiscLoc.Font = Enum.Font.SourceSansBold
  1033. MiscLoc.Text = "Misc Locations"
  1034. MiscLoc.TextColor3 = Color3.new(1, 1, 1)
  1035. MiscLoc.TextScaled = true
  1036. MiscLoc.TextSize = 20
  1037. MiscLoc.TextWrapped = true
  1038. MiscLoc.TextXAlignment = Enum.TextXAlignment.Left
  1039.  
  1040. Closebutton1.Name = "Closebutton1"
  1041. Closebutton1.Parent = MiscFrame
  1042. Closebutton1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1043. Closebutton1.BorderSizePixel = 0
  1044. Closebutton1.Position = UDim2.new(0.883576453, 0, 0.00346020772, 0)
  1045. Closebutton1.Size = UDim2.new(0, 30, 0, 27)
  1046. Closebutton1.Font = Enum.Font.Cartoon
  1047. Closebutton1.Text = "X"
  1048. Closebutton1.TextColor3 = Color3.new(1, 1, 1)
  1049. Closebutton1.TextScaled = true
  1050. Closebutton1.TextSize = 14
  1051. Closebutton1.TextWrapped = true
  1052.  
  1053. Korin.Name = "Korin"
  1054. Korin.Parent = MiscFrame
  1055. Korin.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1056. Korin.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1057. Korin.BorderSizePixel = 4
  1058. Korin.Position = UDim2.new(0.0348837227, 0, 0.138408303, 0)
  1059. Korin.Size = UDim2.new(0, 116, 0, 43)
  1060. Korin.Font = Enum.Font.SourceSansBold
  1061. Korin.Text = "Korin's Tower"
  1062. Korin.TextColor3 = Color3.new(1, 1, 1)
  1063. Korin.TextScaled = true
  1064. Korin.TextSize = 14
  1065. Korin.TextWrapped = true
  1066.  
  1067. Lookout.Name = "Lookout"
  1068. Lookout.Parent = MiscFrame
  1069. Lookout.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1070. Lookout.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1071. Lookout.BorderSizePixel = 4
  1072. Lookout.Position = UDim2.new(0.523255825, 0, 0.138408303, 0)
  1073. Lookout.Size = UDim2.new(0, 116, 0, 43)
  1074. Lookout.Font = Enum.Font.SourceSansBold
  1075. Lookout.Text = "The Lookout"
  1076. Lookout.TextColor3 = Color3.new(1, 1, 1)
  1077. Lookout.TextScaled = true
  1078. Lookout.TextSize = 14
  1079. Lookout.TextWrapped = true
  1080.  
  1081. Kame.Name = "Kame"
  1082. Kame.Parent = MiscFrame
  1083. Kame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1084. Kame.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1085. Kame.BorderSizePixel = 4
  1086. Kame.Position = UDim2.new(0.523255825, 0, 0.368062645, 0)
  1087. Kame.Size = UDim2.new(0, 116, 0, 43)
  1088. Kame.Font = Enum.Font.SourceSansBold
  1089. Kame.Text = "Kame House"
  1090. Kame.TextColor3 = Color3.new(1, 1, 1)
  1091. Kame.TextScaled = true
  1092. Kame.TextSize = 14
  1093. Kame.TextWrapped = true
  1094.  
  1095. Goku.Name = "Goku"
  1096. Goku.Parent = MiscFrame
  1097. Goku.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1098. Goku.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1099. Goku.BorderSizePixel = 4
  1100. Goku.Position = UDim2.new(0.0348837376, 0, 0.368062645, 0)
  1101. Goku.Size = UDim2.new(0, 116, 0, 43)
  1102. Goku.Font = Enum.Font.SourceSansBold
  1103. Goku.Text = "Goku's House"
  1104. Goku.TextColor3 = Color3.new(1, 1, 1)
  1105. Goku.TextScaled = true
  1106. Goku.TextSize = 14
  1107. Goku.TextWrapped = true
  1108.  
  1109. Capsule.Name = "Capsule"
  1110. Capsule.Parent = MiscFrame
  1111. Capsule.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1112. Capsule.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1113. Capsule.BorderSizePixel = 4
  1114. Capsule.Position = UDim2.new(0.218992263, 0, 0.587188601, 0)
  1115. Capsule.Size = UDim2.new(0, 145, 0, 43)
  1116. Capsule.Font = Enum.Font.SourceSansBold
  1117. Capsule.Text = "Capsule Corp"
  1118. Capsule.TextColor3 = Color3.new(1, 1, 1)
  1119. Capsule.TextScaled = true
  1120. Capsule.TextSize = 14
  1121. Capsule.TextWrapped = true
  1122.  
  1123. --Veil Fix
  1124. VeilFix.MouseButton1Click:connect(function()
  1125. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  1126. end)
  1127.  
  1128. --Close Functions
  1129.  
  1130. CloseButton.MouseButton1Click:connect(function()
  1131. game.CoreGui.DBFS.MainFrame.Visible = false
  1132. end)
  1133.  
  1134. TextButton.MouseButton1Click:connect(function()
  1135. game.CoreGui.DBFS.DBLocations2.Visible = false
  1136. end)
  1137.  
  1138. Xbut.MouseButton1Click:connect(function()
  1139. game.CoreGui.DBFS.CityFrame.Visible = false
  1140. end)
  1141.  
  1142. CloseBut.MouseButton1Click:connect(function()
  1143. game.CoreGui.DBFS.ShipFrame.Visible = false
  1144. end)
  1145.  
  1146. Closebutton1.MouseButton1Click:connect(function()
  1147. game.CoreGui.DBFS.MiscFrame.Visible = false
  1148. end)
  1149.  
  1150. --Open Functions
  1151. OPEN.MouseButton1Click:connect(function()
  1152. game.CoreGui.DBFS.MainFrame.Visible = true
  1153. wait(0.1)
  1154. game.CoreGui.DBFS.WelcomeFrame.Visible = false
  1155. end)
  1156.  
  1157. DBLocations.MouseButton1Click:connect(function()
  1158. game.CoreGui.DBFS.DBLocations2.Visible = true
  1159. end)
  1160.  
  1161. CityLocations.MouseButton1Click:connect(function()
  1162. game.CoreGui.DBFS.CityFrame.Visible = true
  1163. end)
  1164.  
  1165. ShipLocations.MouseButton1Click:connect(function()
  1166. game.CoreGui.DBFS.ShipFrame.Visible = true
  1167. end)
  1168.  
  1169. MiscLocations.MouseButton1Click:connect(function()
  1170. game.CoreGui.DBFS.MiscFrame.Visible = true
  1171. end)
  1172.  
  1173. --Script Functions
  1174.  
  1175. DB1.MouseButton1Click:connect(function()
  1176. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-6556.34424, 60.1363754, -854.043396))
  1177. end)
  1178.  
  1179. DB2.MouseButton1Click:connect(function()
  1180. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1495.04956, -22.9246483, 601.3479))
  1181. end)
  1182.  
  1183. DB3.MouseButton1Click:connect(function()
  1184. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2331.55298, 27.1572895, -2123.86572))
  1185. end)
  1186.  
  1187. DB4.MouseButton1Click:connect(function()
  1188. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3184.27783, 41.3880043, 623.789795))
  1189. end)
  1190.  
  1191. DB5.MouseButton1Click:connect(function()
  1192. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2587.06812, 21.0628529, -4127.20459))
  1193. end)
  1194.  
  1195. DB6.MouseButton1Click:connect(function()
  1196. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-477.929626, 389.398285, -7238.94092))
  1197. end)
  1198.  
  1199. DB7.MouseButton1Click:connect(function()
  1200. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-4428.46875, 18.5274315, -3126.84277))
  1201. end)
  1202.  
  1203. DB8.MouseButton1Click:connect(function()
  1204. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(768.047485, 21.1128502, -2355.19165))
  1205. end)
  1206.  
  1207. DB9.MouseButton1Click:connect(function()
  1208. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(457.984253, 282.424072, 506.205688))
  1209. end)
  1210.  
  1211. DB10.MouseButton1Click:connect(function()
  1212. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(2643.48047, 4007.99658, -2273.48022))
  1213. end)
  1214.  
  1215. DB11.MouseButton1Click:connect(function()
  1216. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2074.33813, 33.9032097, -2085.66821))
  1217. end)
  1218.  
  1219. DB12.MouseButton1Click:connect(function()
  1220. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1123.45776, -229246483, -2031.03894))
  1221. end)
  1222.  
  1223. DB13.MouseButton1Click:connect(function()
  1224. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-667.833435, 22.6658115, -3406.04028))
  1225. end)
  1226.  
  1227. DB14.MouseButton1Click:connect(function()
  1228. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3455.88843, 23.591814, -7706.979))
  1229. end)
  1230.  
  1231. DB15.MouseButton1Click:connect(function()
  1232. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1552.49622, 40.3661537, -3372.01318))
  1233. end)
  1234.  
  1235. DB16.MouseButton1Click:connect(function()
  1236. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(891.342957, 133.485794, 861.494141))
  1237. end)
  1238.  
  1239. DB17.MouseButton1Click:connect(function()
  1240. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-6221.97266, 21.0628529, -4201.08594))
  1241. end)
  1242.  
  1243. DB18.MouseButton1Click:connect(function()
  1244. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-5628.59277, 41.7720947, 206.396606))
  1245. end)
  1246.  
  1247. DB19.MouseButton1Click:connect(function()
  1248. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-5146.2334, -23.4094143, -185.846024))
  1249. end)
  1250.  
  1251. DB20.MouseButton1Click:connect(function()
  1252. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-4056.19995, 36.1602745, 1575.13562))
  1253. end)
  1254.  
  1255. DB21.MouseButton1Click:connect(function()
  1256. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3579.63599, 30.1973209, 1697.7334))
  1257. end)
  1258.  
  1259. DB22.MouseButton1Click:connect(function()
  1260. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(105.88678, 173.891296, 408.767792))
  1261. end)
  1262.  
  1263. DB23.MouseButton1Click:connect(function()
  1264. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(61.5796089, 251.681992, 1191.1394))
  1265. end)
  1266.  
  1267. DB24.MouseButton1Click:connect(function()
  1268. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3080.59668, 60.2102852, -917677368))
  1269. end)
  1270.  
  1271. DB25.MouseButton1Click:connect(function()
  1272. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3627.52734, 22.1840153, -1796.11511))
  1273. end)
  1274.  
  1275. DB26.MouseButton1Click:connect(function()
  1276. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1927.53015, 309.072052, -3873.96582))
  1277. end)
  1278.  
  1279. DB27.MouseButton1Click:connect(function()
  1280. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2042.13916, 23.0597382, -6796.07275))
  1281. end)
  1282.  
  1283. DB28.MouseButton1Click:connect(function()
  1284. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-708.184509, 25.6628914, -6526.2790))
  1285. end)
  1286.  
  1287. DB29.MouseButton1Click:connect(function()
  1288. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(418.316925, 21.0628529, -1663.07666))
  1289. end)
  1290.  
  1291. DB30.MouseButton1Click:connect(function()
  1292. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1229.698, 23.0632572, -2695.86792))
  1293. end)
  1294.  
  1295. SatanCity.MouseButton1Click:connect(function()
  1296. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-5563, 140.06, -2743))
  1297. end)
  1298.  
  1299. SouthCity.MouseButton1Click:connect(function()
  1300. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-542, 25.06, -6403))
  1301. end)
  1302.  
  1303. GingerTown.MouseButton1Click:connect(function()
  1304. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(992.1, 22.06, -2612.82))
  1305. end)
  1306.  
  1307. CentralCity.MouseButton1Click:connect(function()
  1308. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3269, 22.05, -1421))
  1309. end)
  1310.  
  1311. WestCity.MouseButton1Click:connect(function()
  1312. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-586, 22.07, -2886))
  1313. end)
  1314.  
  1315. EastCity.MouseButton1Click:connect(function()
  1316. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-6380, 21.03, -1218))
  1317. end)
  1318.  
  1319. Namek.MouseButton1Click:connect(function()
  1320. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1442.82, 93.7, 3245.07))
  1321. end)
  1322.  
  1323. Space.MouseButton1Click:connect(function()
  1324. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1196.14, 22.66, -2929.47))
  1325. end)
  1326.  
  1327. Futre.MouseButton1Click:connect(function()
  1328. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(788.51, 23.16, -1804.29))
  1329. end)
  1330.  
  1331. Korin.MouseButton1Click:connect(function()
  1332. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(2046.67, 1494.63, -2274.52))
  1333. end)
  1334.  
  1335. Lookout.MouseButton1Click:connect(function()
  1336. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(2412.31, 3944.88, -2268.7))
  1337. end)
  1338.  
  1339. Kame.MouseButton1Click:connect(function()
  1340. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-5859.6, 20.39, -6002.06))
  1341. end)
  1342.  
  1343. Goku.MouseButton1Click:connect(function()
  1344. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-5998.14, 21.06, -4237.31))
  1345. end)
  1346.  
  1347. Capsule.MouseButton1Click:connect(function()
  1348. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1263.09, 22.66, -2946.81))
  1349. end)
Add Comment
Please, Sign In to add comment