ShikiZimekiHD

One Piece

Jan 19th, 2019
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.12 KB | None | 0 0
  1. local OnePieceOceanVoyageGUI = Instance.new("ScreenGui")
  2. OnePieceOceanVoyageGUI.Name = "OnePieceOceanVoyageGUI"
  3. OnePieceOceanVoyageGUI.Parent = game.CoreGui
  4.  
  5. local FrameOne = Instance.new("Frame")
  6. FrameOne.Name = "FrameOne"
  7. FrameOne.Parent = OnePieceOceanVoyageGUI
  8. FrameOne.Active = true
  9. FrameOne.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  10. FrameOne.BackgroundTransparency = 0.34999999403954
  11. FrameOne.Draggable = true
  12. FrameOne.Size = UDim2.new(-0.0255439933, 400, 0.095238097, 150)
  13.  
  14. local IslandGUI = Instance.new("ScrollingFrame")
  15. IslandGUI.Name = "IslandGUI"
  16. IslandGUI.Parent = FrameOne
  17. IslandGUI.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  18. IslandGUI.BorderColor3 = Color3.new(0, 0, 0)
  19. IslandGUI.Position = UDim2.new(0.482573718, 0, 0.0606060624, 0)
  20. IslandGUI.Size = UDim2.new(0.219839141, 100, 0.373737365, 100)
  21.  
  22. local Name = Instance.new("TextBox")
  23. Name.Name = "Name"
  24. Name.Parent = FrameOne
  25. Name.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  26. Name.BorderColor3 = Color3.new(0, 0, 0)
  27. Name.Position = UDim2.new(0.0187667552, 0, 0.683080792, 0)
  28. Name.Size = UDim2.new(-0.0938337818, 200, -0.140625, 50)
  29. Name.ZIndex = 2
  30. Name.Font = Enum.Font.SourceSans
  31. Name.FontSize = Enum.FontSize.Size14
  32. Name.Text = "Name"
  33. Name.TextColor3 = Color3.new(1, 1, 1)
  34. Name.TextScaled = true
  35. Name.TextSize = 14
  36. Name.TextWrapped = true
  37.  
  38. local DupePlr = Instance.new("TextButton")
  39. DupePlr.Name = "DupePlr"
  40. DupePlr.Parent = FrameOne
  41. DupePlr.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  42. DupePlr.BorderColor3 = Color3.new(0, 0, 0)
  43. DupePlr.Position = UDim2.new(0.0199999996, 0, 0.0614583306, 30)
  44. DupePlr.Size = UDim2.new(0, 50, 0, 25)
  45. DupePlr.Font = Enum.Font.Arial
  46. DupePlr.FontSize = Enum.FontSize.Size14
  47. DupePlr.Text = "DupePlr"
  48. DupePlr.TextColor3 = Color3.new(1, 1, 1)
  49. DupePlr.TextScaled = true
  50. DupePlr.TextSize = 14
  51. DupePlr.TextWrapped = true
  52. DupePlr.MouseButton1Click:connect(function()
  53. for i,v in pairs(game.Players[Name.Text].Backpack:GetChildren()) do
  54. if v:IsA("Script") or v:IsA("LocalScript") then
  55. warn('whoops')
  56. else
  57. if not v:FindFirstChild("del") then
  58. local x = v:Clone()
  59. x.Parent = v.Parent
  60. else
  61. warn('whoops')
  62. end
  63. end
  64. end
  65. end)
  66.  
  67. local Credits = Instance.new("TextLabel")
  68. Credits.Name = "Credits"
  69. Credits.Parent = FrameOne
  70. Credits.Active = true
  71. Credits.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  72. Credits.BorderColor3 = Color3.new(0, 0, 0)
  73. Credits.Position = UDim2.new(0.0187667552, 0, 0.0591715984, 0)
  74. Credits.Size = UDim2.new(-0.0965147465, 200, 0, 25)
  75. Credits.Font = Enum.Font.ArialBold
  76. Credits.FontSize = Enum.FontSize.Size14
  77. Credits.Text = "Made by: CharWar"
  78. Credits.TextColor3 = Color3.new(0.219608, 0, 0)
  79. Credits.TextScaled = true
  80. Credits.TextSize = 14
  81. Credits.TextWrapped = true
  82.  
  83. local KickPlr = Instance.new("TextButton")
  84. KickPlr.Name = "KickPlr"
  85. KickPlr.Parent = FrameOne
  86. KickPlr.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  87. KickPlr.BorderColor3 = Color3.new(0, 0, 0)
  88. KickPlr.Position = UDim2.new(0.169717669, 0, 0.0614372529, 30)
  89. KickPlr.Size = UDim2.new(0, 50, 0, 25)
  90. KickPlr.Font = Enum.Font.Arial
  91. KickPlr.FontSize = Enum.FontSize.Size14
  92. KickPlr.Text = "KickPlr"
  93. KickPlr.TextColor3 = Color3.new(1, 1, 1)
  94. KickPlr.TextScaled = true
  95. KickPlr.TextSize = 14
  96. KickPlr.TextWrapped = true
  97. KickPlr.MouseButton1Click:connect(function()
  98. game.Players[Name.Text].Backpack.pt:Destroy()
  99. end)
  100.  
  101. local ChestPlr = Instance.new("TextButton")
  102. ChestPlr.Name = "ChestPlr"
  103. ChestPlr.Parent = FrameOne
  104. ChestPlr.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  105. ChestPlr.BorderColor3 = Color3.new(0, 0, 0)
  106. ChestPlr.Position = UDim2.new(0.325633764, 0, 0.0617916696, 30)
  107. ChestPlr.Size = UDim2.new(0, 50, 0, 25)
  108. ChestPlr.Font = Enum.Font.Arial
  109. ChestPlr.FontSize = Enum.FontSize.Size14
  110. ChestPlr.Text = "ChestPlr"
  111. ChestPlr.TextColor3 = Color3.new(1, 1, 1)
  112. ChestPlr.TextScaled = true
  113. ChestPlr.TextSize = 14
  114. ChestPlr.TextWrapped = true
  115. ChestPlr.MouseButton1Click:connect(function()
  116. for _,chest in pairs(workspace:GetChildren()) do
  117. if chest.Name == "chest" then
  118. wait(0.1)
  119. game.Players[Name.Text].Character.HumanoidRootPart.CFrame = chest:GetModelCFrame()
  120. end
  121. end
  122. end)
  123.  
  124. local GodPlr = Instance.new("TextButton")
  125. GodPlr.Name = "GodPlr"
  126. GodPlr.Parent = FrameOne
  127. GodPlr.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  128. GodPlr.BorderColor3 = Color3.new(0, 0, 0)
  129. GodPlr.Position = UDim2.new(0.0199999996, 0, 0.21829699, 30)
  130. GodPlr.Size = UDim2.new(0, 50, 0, 25)
  131. GodPlr.Font = Enum.Font.Arial
  132. GodPlr.FontSize = Enum.FontSize.Size14
  133. GodPlr.Text = " GodPlr "
  134. GodPlr.TextColor3 = Color3.new(1, 1, 1)
  135. GodPlr.TextScaled = true
  136. GodPlr.TextSize = 14
  137. GodPlr.TextWrapped = true
  138. GodPlr.MouseButton1Click:connect(function()
  139. game.Players[Name.Text].Character.Humanoid.MaxHealth = math.huge
  140. end)
  141.  
  142. local KickAll = Instance.new("TextButton")
  143. KickAll.Name = "KickAll"
  144. KickAll.Parent = FrameOne
  145. KickAll.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  146. KickAll.BorderColor3 = Color3.new(0, 0, 0)
  147. KickAll.Position = UDim2.new(0.172260851, 0, 0.216026217, 30)
  148. KickAll.Size = UDim2.new(0, 50, 0, 25)
  149. KickAll.Font = Enum.Font.Arial
  150. KickAll.FontSize = Enum.FontSize.Size14
  151. KickAll.Text = " KickAll "
  152. KickAll.TextColor3 = Color3.new(1, 1, 1)
  153. KickAll.TextScaled = true
  154. KickAll.TextSize = 14
  155. KickAll.TextWrapped = true
  156. KickAll.MouseButton1Click:connect(function()
  157. for i, v in pairs(game.Players:GetChildren()) do
  158. if v.Name == game.Players.LocalPlayer.Name then else
  159. v.Backpack.pt:Destroy()
  160. end
  161. end
  162. end)
  163.  
  164. local Bring = Instance.new("TextButton")
  165. Bring.Name = "Bring"
  166. Bring.Parent = FrameOne
  167. Bring.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  168. Bring.BorderColor3 = Color3.new(0, 0, 0)
  169. Bring.Position = UDim2.new(0.327617347, 0, 0.372844547, 30)
  170. Bring.Size = UDim2.new(0, 50, 0, 25)
  171. Bring.Font = Enum.Font.Arial
  172. Bring.FontSize = Enum.FontSize.Size14
  173. Bring.Text = "Bring"
  174. Bring.TextColor3 = Color3.new(1, 1, 1)
  175. Bring.TextSize = 14
  176. Bring.TextWrapped = true
  177. Bring.MouseButton1Click:connect(function()
  178. game.Players[Name.Text].Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  179. end)
  180.  
  181. local StealDF = Instance.new("TextButton")
  182. StealDF.Name = "StealDF"
  183. StealDF.Parent = FrameOne
  184. StealDF.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  185. StealDF.BorderColor3 = Color3.new(0, 0, 0)
  186. StealDF.Position = UDim2.new(0.172260866, 0, 0.373120636, 30)
  187. StealDF.Size = UDim2.new(0, 50, 0, 25)
  188. StealDF.Font = Enum.Font.Arial
  189. StealDF.FontSize = Enum.FontSize.Size14
  190. StealDF.Text = "StealDF"
  191. StealDF.TextColor3 = Color3.new(1, 1, 1)
  192. StealDF.TextSize = 14
  193. StealDF.TextWrapped = true
  194. StealDF.MouseButton1Click:connect(function()
  195. local a = game.Players[Name.Text].Backpack:GetChildren()
  196. for i,v in pairs(a) do
  197. v:Clone().Parent = game.Players.LocalPlayer.Backpack
  198. end
  199. end)
  200.  
  201. local TpDF = Instance.new("TextButton")
  202. TpDF.Name = "TpDF"
  203. TpDF.Parent = FrameOne
  204. TpDF.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  205. TpDF.BorderColor3 = Color3.new(0, 0, 0)
  206. TpDF.Position = UDim2.new(0.0187667552, 0, 0.373737365, 30)
  207. TpDF.Size = UDim2.new(0, 50, 0, 25)
  208. TpDF.ZIndex = 3
  209. TpDF.Font = Enum.Font.Arial
  210. TpDF.FontSize = Enum.FontSize.Size14
  211. TpDF.Text = "TpDF"
  212. TpDF.TextColor3 = Color3.new(1, 1, 1)
  213. TpDF.TextSize = 14
  214. TpDF.TextWrapped = true
  215. TpDF.MouseButton1Click:connect(function()
  216. check = function(x)
  217. for _,v in next, x:GetChildren() do
  218. if v:IsA("Tool") then
  219. if not v.Parent:FindFirstChild("Humanoid") then
  220. v.TextureId = "";
  221. v.Parent = game.Players.LocalPlayer.Backpack
  222. end
  223. end
  224. check(v)
  225. end
  226. end
  227. check(workspace)
  228. end)
  229.  
  230. local GoTo = Instance.new("TextButton")
  231. GoTo.Name = "GoTo"
  232. GoTo.Parent = FrameOne
  233. GoTo.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  234. GoTo.BorderColor3 = Color3.new(0, 0, 0)
  235. GoTo.Position = UDim2.new(0.327077746, 0, 0.217171714, 30)
  236. GoTo.Size = UDim2.new(0, 50, 0, 25)
  237. GoTo.ZIndex = 4
  238. GoTo.Font = Enum.Font.Arial
  239. GoTo.FontSize = Enum.FontSize.Size14
  240. GoTo.Text = "GoTo"
  241. GoTo.TextColor3 = Color3.new(1, 1, 1)
  242. GoTo.TextSize = 14
  243. GoTo.TextWrapped = true
  244. GoTo.MouseButton1Click:connect(function()
  245. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Name.Text].Character.HumanoidRootPart.CFrame
  246. end)
  247.  
  248. local BigSpawn = Instance.new("TextButton")
  249. BigSpawn.Name = "Big Spawn"
  250. BigSpawn.Parent = IslandGUI
  251. BigSpawn.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  252. BigSpawn.BorderColor3 = Color3.new(0, 0, 0)
  253. BigSpawn.Size = UDim2.new(0.653846145, 50, -0.0229885057, 25)
  254. BigSpawn.Font = Enum.Font.Arial
  255. BigSpawn.FontSize = Enum.FontSize.Size14
  256. BigSpawn.Text = "Big Spawn"
  257. BigSpawn.TextColor3 = Color3.new(1, 1, 1)
  258. BigSpawn.TextScaled = true
  259. BigSpawn.TextSize = 14
  260. BigSpawn.TextWrapped = true
  261. BigSpawn.MouseButton1Click:connect(function()
  262. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3337.12622, 73.102951, 3646.78247, 0.527794302, -4.29698265e-22, -0.849372506, -694523996e-22, 1, -9.37474222e-22, 0.849372506, 1.08470258e-21, 0.527794302)
  263. end)
  264.  
  265. local SakuraTree = Instance.new("TextButton")
  266. SakuraTree.Name = "Sakura Tree"
  267. SakuraTree.Parent = IslandGUI
  268. SakuraTree.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  269. SakuraTree.BorderColor3 = Color3.new(0, 0, 0)
  270. SakuraTree.Position = UDim2.new(0, 0, 0, 20)
  271. SakuraTree.Size = UDim2.new(0.653846145, 50, -0.0229885057, 25)
  272. SakuraTree.Font = Enum.Font.Arial
  273. SakuraTree.FontSize = Enum.FontSize.Size14
  274. SakuraTree.Text = "Sakura Tree"
  275. SakuraTree.TextColor3 = Color3.new(1, 1, 1)
  276. SakuraTree.TextScaled = true
  277. SakuraTree.TextSize = 14
  278. SakuraTree.TextWrapped = true
  279. SakuraTree.MouseButton1Click:connect(function()
  280. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1383.09009, 81.3983154, 1193.48767, 0.301566094, 5.84983484e-15, -0.953445315, -613041874e-15, 1, 4.19647481e-15, 0.953445315, 4.57950523e-15, 0.301566094)
  281. end)
  282.  
  283. local MiniIsland = Instance.new("TextButton")
  284. MiniIsland.Name = "Mini Island"
  285. MiniIsland.Parent = IslandGUI
  286. MiniIsland.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  287. MiniIsland.BorderColor3 = Color3.new(0, 0, 0)
  288. MiniIsland.Position = UDim2.new(0, 0, 0, 40)
  289. MiniIsland.Size = UDim2.new(0.653846145, 50, -0.0229885057, 25)
  290. MiniIsland.Font = Enum.Font.Arial
  291. MiniIsland.FontSize = Enum.FontSize.Size14
  292. MiniIsland.Text = "Mini Island"
  293. MiniIsland.TextColor3 = Color3.new(1, 1, 1)
  294. MiniIsland.TextScaled = true
  295. MiniIsland.TextSize = 14
  296. MiniIsland.TextWrapped = true
  297. MiniIsland.MouseButton1Click:connect(function()
  298. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-375.259308, 66.0000076, -514.878052, -0.101623088, 2.28891022e-05, -0.994822919, 2.43517206e-09, 1, 2.30079695e-05, 0.994822919, 2.33571723e-06, -0.101623088)
  299. end)
  300.  
  301. local Village = Instance.new("TextButton")
  302. Village.Name = "Village"
  303. Village.Parent = IslandGUI
  304. Village.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  305. Village.BorderColor3 = Color3.new(0, 0, 0)
  306. Village.Position = UDim2.new(0, 0, 0, 60)
  307. Village.Size = UDim2.new(0.653846145, 50, -0.0229885057, 25)
  308. Village.Font = Enum.Font.Arial
  309. Village.FontSize = Enum.FontSize.Size14
  310. Village.Text = "Village"
  311. Village.TextColor3 = Color3.new(1, 1, 1)
  312. Village.TextScaled = true
  313. Village.TextSize = 14
  314. Village.TextWrapped = true
  315. Village.MouseButton1Click:connect(function()
  316. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(892.760193, 67.4103546, 2132.26929, 0.235196427, -5.02512626e-22, 0.971947908, 3.20996817e-22, 1, 4.39339585e-22, -0.971947908, 2.08661081e-22, 0.235196427)
  317. end)
  318.  
  319. local IceVillage = Instance.new("TextButton")
  320. IceVillage.Name = "Ice Village"
  321. IceVillage.Parent = IslandGUI
  322. IceVillage.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  323. IceVillage.BorderColor3 = Color3.new(0, 0, 0)
  324. IceVillage.Position = UDim2.new(0, 0, 0, 80)
  325. IceVillage.Size = UDim2.new(0.653846145, 50, -0.0229885057, 25)
  326. IceVillage.Font = Enum.Font.Arial
  327. IceVillage.FontSize = Enum.FontSize.Size14
  328. IceVillage.Text = "Ice Village"
  329. IceVillage.TextColor3 = Color3.new(1, 1, 1)
  330. IceVillage.TextScaled = true
  331. IceVillage.TextSize = 14
  332. IceVillage.TextWrapped = true
  333. IceVillage.MouseButton1Click:connect(function()
  334. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2538.00195, 99.8627243, 3277.56055, 0.438085705, 3.1569e-16, 0.898933053, -1.11463765e-16, 1, -2.96862231e-16, -0.898933053, 2.9852634e-17, 0.438085705)
  335. end)
  336.  
  337. local MineIsland = Instance.new("TextButton")
  338. MineIsland.Name = "Mine Island"
  339. MineIsland.Parent = IslandGUI
  340. MineIsland.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  341. MineIsland.BorderColor3 = Color3.new(0, 0, 0)
  342. MineIsland.Position = UDim2.new(0, 0, 0, 100)
  343. MineIsland.Size = UDim2.new(0.653846145, 50, -0.0229885057, 25)
  344. MineIsland.Font = Enum.Font.Arial
  345. MineIsland.FontSize = Enum.FontSize.Size14
  346. MineIsland.Text = "Mine Island"
  347. MineIsland.TextColor3 = Color3.new(1, 1, 1)
  348. MineIsland.TextScaled = true
  349. MineIsland.TextSize = 14
  350. MineIsland.TextWrapped = true
  351. MineIsland.MouseButton1Click:connect(function()
  352. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4843.29199, 116.409729, 4054.37915, -0.233860135, -1.02089335e-21, 0.972270191, 4.96897703e-22, 1, 1.16952868e-21, -0.972270191, 7.56624994e-22, -0.233860135)
  353. end)
  354.  
  355. local TreeIsland = Instance.new("TextButton")
  356. TreeIsland.Name = "Tree Island"
  357. TreeIsland.Parent = IslandGUI
  358. TreeIsland.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  359. TreeIsland.BorderColor3 = Color3.new(0, 0, 0)
  360. TreeIsland.Position = UDim2.new(0, 0, 0, 120)
  361. TreeIsland.Size = UDim2.new(0.653846145, 50, -0.0229885057, 25)
  362. TreeIsland.Font = Enum.Font.Arial
  363. TreeIsland.FontSize = Enum.FontSize.Size14
  364. TreeIsland.Text = "Tree Island"
  365. TreeIsland.TextColor3 = Color3.new(1, 1, 1)
  366. TreeIsland.TextScaled = true
  367. TreeIsland.TextSize = 14
  368. TreeIsland.TextWrapped = true
  369. TreeIsland.MouseButton1Click:connect(function()
  370. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3774.44873, 129.907928, -1062.83777, -0.224750683, 1.65726988e-06, 0.974416792, 1.52211578e-06, 1, -1.34970401e-06, -0.974416792, 1.17982881e-06, -0.224750683)
  371. end)
  372.  
  373. local Windmills = Instance.new("TextButton")
  374. Windmills.Name = "Windmills"
  375. Windmills.Parent = IslandGUI
  376. Windmills.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  377. Windmills.BorderColor3 = Color3.new(0, 0, 0)
  378. Windmills.Position = UDim2.new(0, 0, 0, 140)
  379. Windmills.Size = UDim2.new(0.653846145, 50, -0.0229885057, 25)
  380. Windmills.Font = Enum.Font.Arial
  381. Windmills.FontSize = Enum.FontSize.Size14
  382. Windmills.Text = "Windmills"
  383. Windmills.TextColor3 = Color3.new(1, 1, 1)
  384. Windmills.TextScaled = true
  385. Windmills.TextSize = 14
  386. Windmills.TextWrapped = true
  387. Windmills.MouseButton1Click:connect(function()
  388. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1272.80505, 66.5976257, -482.183594, 0.999886155, 9.16700083e-06, 0.0150845125, -9.28872032e-06, 1, 7.99880763e-06, -0.0150845125, -8.13801216e-06, 0.999886155)
  389. end)
  390.  
  391. local TwinIslandOne = Instance.new("TextButton")
  392. TwinIslandOne.Name = "Twin Island One"
  393. TwinIslandOne.Parent = IslandGUI
  394. TwinIslandOne.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  395. TwinIslandOne.BorderColor3 = Color3.new(0, 0, 0)
  396. TwinIslandOne.Position = UDim2.new(0, 0, 0, 160)
  397. TwinIslandOne.Size = UDim2.new(0.653846145, 50, -0.0229885057, 25)
  398. TwinIslandOne.Font = Enum.Font.Arial
  399. TwinIslandOne.FontSize = Enum.FontSize.Size14
  400. TwinIslandOne.Text = "Twin Island One"
  401. TwinIslandOne.TextColor3 = Color3.new(1, 1, 1)
  402. TwinIslandOne.TextScaled = true
  403. TwinIslandOne.TextSize = 14
  404. TwinIslandOne.TextWrapped = true
  405. TwinIslandOne.MouseButton1Click:connect(function()
  406. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1260.8479, 69.1922302, -2523.15845, -0.353530377, -5.08583397e-22, -0.935423315, -8.82613629e-22, 1, -2.10121824e-22, 0.935423315, 7.51332886e-22, -0.353530377)
  407. end)
  408.  
  409. local TwinIslandTwo = Instance.new("TextButton")
  410. TwinIslandTwo.Name = "Twin Island Two"
  411. TwinIslandTwo.Parent = IslandGUI
  412. TwinIslandTwo.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  413. TwinIslandTwo.BorderColor3 = Color3.new(0, 0, 0)
  414. TwinIslandTwo.Position = UDim2.new(0, 0, 0, 180)
  415. TwinIslandTwo.Size = UDim2.new(0.653846145, 50, -0.0229885057, 25)
  416. TwinIslandTwo.Font = Enum.Font.Arial
  417. TwinIslandTwo.FontSize = Enum.FontSize.Size14
  418. TwinIslandTwo.Text = "Twin Island Two"
  419. TwinIslandTwo.TextColor3 = Color3.new(1, 1, 1)
  420. TwinIslandTwo.TextScaled = true
  421. TwinIslandTwo.TextSize = 14
  422. TwinIslandTwo.TextWrapped = true
  423. TwinIslandTwo.MouseButton1Click:connect(function()
  424. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1395.04663, 69.1923981, -2802.81323, -0.532964051, -1.54883589e-11, -0.84613812, -6.07963679e-11, 1, 1.99895413e-11, 0.84613812, 6.20958354e-11, -0.532964051)
  425. end)
  426.  
  427. local Bukkahouse = Instance.new("TextButton")
  428. Bukkahouse.Name = "Bukkahouse"
  429. Bukkahouse.Parent = IslandGUI
  430. Bukkahouse.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  431. Bukkahouse.BorderColor3 = Color3.new(0, 0, 0)
  432. Bukkahouse.Position = UDim2.new(0, 0, 0, 200)
  433. Bukkahouse.Size = UDim2.new(0.653846145, 50, -0.0229885057, 25)
  434. Bukkahouse.Font = Enum.Font.Arial
  435. Bukkahouse.FontSize = Enum.FontSize.Size14
  436. Bukkahouse.Text = "Bukkahouse"
  437. Bukkahouse.TextColor3 = Color3.new(1, 1, 1)
  438. Bukkahouse.TextScaled = true
  439. Bukkahouse.TextSize = 14
  440. Bukkahouse.TextWrapped = true
  441. Bukkahouse.MouseButton1Click:connect(function()
  442. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3505.57178, 60.8400383, -3629.84912, -0.999707997, -3.02907171e-18, -0.0241751745, -2.94879631e-18, 1, -3.35622702e-18, 0.0241751745, -3.28395873e-18, -0.999707997)
  443. end)
  444.  
  445. local DesertCave = Instance.new("TextButton")
  446. DesertCave.Name = "Desert Cave"
  447. DesertCave.Parent = IslandGUI
  448. DesertCave.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  449. DesertCave.BorderColor3 = Color3.new(0, 0, 0)
  450. DesertCave.Position = UDim2.new(0, 0, 0, 220)
  451. DesertCave.Size = UDim2.new(0.653846145, 50, -0.0229885057, 25)
  452. DesertCave.Font = Enum.Font.Arial
  453. DesertCave.FontSize = Enum.FontSize.Size14
  454. DesertCave.Text = "Desert Cave"
  455. DesertCave.TextColor3 = Color3.new(1, 1, 1)
  456. DesertCave.TextScaled = true
  457. DesertCave.TextSize = 14
  458. DesertCave.TextWrapped = true
  459. DesertCave.MouseButton1Click:connect(function()
  460. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1437.48804, 72.6782913, -3796.42358, -0.579818666, 1.3138264e-05, -0.814745545, 5.72316821e-06, 1, 1.20526793e-05, 0.814745545, 2.32544585e-06, -0.579818666)
  461. end)
  462.  
  463. local City = Instance.new("TextButton")
  464. City.Name = "City"
  465. City.Parent = IslandGUI
  466. City.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  467. City.BorderColor3 = Color3.new(0, 0, 0)
  468. City.Position = UDim2.new(0, 0, 0, 240)
  469. City.Size = UDim2.new(0.653846145, 50, -0.0229885057, 25)
  470. City.Font = Enum.Font.Arial
  471. City.FontSize = Enum.FontSize.Size14
  472. City.Text = "City"
  473. City.TextColor3 = Color3.new(1, 1, 1)
  474. City.TextScaled = true
  475. City.TextSize = 14
  476. City.TextWrapped = true
  477. City.MouseButton1Click:connect(function()
  478. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-875.171082, 119.420959, -3878.823, 0.372980356, -1.03106317e-21, -0.92783922, -3.73364433e-22, 1, -1.26133997e-21, 0.92783922, 8.16877206e-22, 0.372980356)
  479. end)
  480.  
  481. local Forest = Instance.new("TextButton")
  482. Forest.Name = "Forest"
  483. Forest.Parent = IslandGUI
  484. Forest.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  485. Forest.BorderColor3 = Color3.new(0, 0, 0)
  486. Forest.Position = UDim2.new(0, 0, 0, 260)
  487. Forest.Size = UDim2.new(0.653846145, 50, -0.0229885057, 25)
  488. Forest.Font = Enum.Font.Arial
  489. Forest.FontSize = Enum.FontSize.Size14
  490. Forest.Text = "Forest"
  491. Forest.TextColor3 = Color3.new(1, 1, 1)
  492. Forest.TextScaled = true
  493. Forest.TextSize = 14
  494. Forest.TextWrapped = true
  495. Forest.MouseButton1Click:connect(function()
  496. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-5014.30371, 160.398849, 383.420502, -0.909439504, -2.33453102e-05, -0.415836602, 4.68071448e-09, 1, -5.61508605e-05, 0.415836602, -5.10677419e-05, -0.909439504)
  497. end)
  498.  
  499. local DesertCity = Instance.new("TextButton")
  500. DesertCity.Name = "Desert City"
  501. DesertCity.Parent = IslandGUI
  502. DesertCity.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  503. DesertCity.BorderColor3 = Color3.new(0, 0, 0)
  504. DesertCity.Position = UDim2.new(0, 0, 0, 280)
  505. DesertCity.Size = UDim2.new(0.653846145, 50, -0.0229885057, 25)
  506. DesertCity.Font = Enum.Font.Arial
  507. DesertCity.FontSize = Enum.FontSize.Size14
  508. DesertCity.Text = "Desert City"
  509. DesertCity.TextColor3 = Color3.new(1, 1, 1)
  510. DesertCity.TextScaled = true
  511. DesertCity.TextSize = 14
  512. DesertCity.TextWrapped = true
  513. DesertCity.MouseButton1Click:connect(function()
  514. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-5386.89355, 62.5972061, -2108.32861, -0.99984976, 6.40219417e-21, -0.0173312444, 6.3722533e-21, 1, 1.78278526e-21, 0.0173312444, 1.67207836e-21, -0.99984796)
  515. end)
  516.  
  517. local Desert = Instance.new("TextButton")
  518. Desert.Name = "Desert"
  519. Desert.Parent = IslandGUI
  520. Desert.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  521. Desert.BorderColor3 = Color3.new(0, 0, 0)
  522. Desert.Position = UDim2.new(0, 0, 0, 300)
  523. Desert.Size = UDim2.new(0.653846145, 50, -0.0229885057, 25)
  524. Desert.Font = Enum.Font.Arial
  525. Desert.FontSize = Enum.FontSize.Size14
  526. Desert.Text = "Desert"
  527. Desert.TextColor3 = Color3.new(1, 1, 1)
  528. Desert.TextScaled = true
  529. Desert.TextSize = 14
  530. Desert.TextWrapped = true
  531. Desert.MouseButton1Click:connect(function()
  532. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-5014.30371, 160.398849, 383.420502, -0.909439504, -2.33453102e-05, -0.415836602, 4.68071448e-09, 1, -5.61508605e-05, 0.415836602, -5.10677419e-05, -0.909439504)
  533. end)
  534.  
  535. local MiniDesert = Instance.new("TextButton")
  536. MiniDesert.Name = "Mini Desert"
  537. MiniDesert.Parent = IslandGUI
  538. MiniDesert.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  539. MiniDesert.BorderColor3 = Color3.new(0, 0, 0)
  540. MiniDesert.Position = UDim2.new(0, 0, 0, 320)
  541. MiniDesert.Size = UDim2.new(0.653846145, 50, -0.0229885057, 25)
  542. MiniDesert.Font = Enum.Font.Arial
  543. MiniDesert.FontSize = Enum.FontSize.Size14
  544. MiniDesert.Text = "Mini Desert"
  545. MiniDesert.TextColor3 = Color3.new(1, 1, 1)
  546. MiniDesert.TextScaled = true
  547. MiniDesert.TextSize = 14
  548. MiniDesert.TextWrapped = true
  549. MiniDesert.MouseButton1Click:connect(function()
  550. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-5055.74365, 59.0000191, 1814.36072, -0.997287989, -1.28862911e-17, -0.073597524, -4.87809583e-18, 1, -1.08990813e-16, 0.0735972524, -1.08336215e-16, -0.997287979)
  551. end)
  552.  
  553. local Exit = Instance.new("TextButton")
  554. Exit.Name = "Exit"
  555. Exit.Parent = FrameOne
  556. Exit.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  557. Exit.BorderColor3 = Color3.new(0, 0, 0)
  558. Exit.Position = UDim2.new(0.0160857905, 0, 0.676767647, 30)
  559. Exit.Size = UDim2.new(0.308310986, 50, -0.0151515156, 25)
  560. Exit.ZIndex = 4
  561. Exit.Font = Enum.Font.Arial
  562. Exit.FontSize = Enum.FontSize.Size14
  563. Exit.Text = "Exit"
  564. Exit.TextColor3 = Color3.new(1, 1, 1)
  565. Exit.TextScaled = true
  566. Exit.TextSize = 14
  567. Exit.TextWrapped = true
  568. Exit.MouseButton1Click:connect(function()
  569. OnePieceOceanVoyageGUI:Destroy()
  570. end)
Add Comment
Please, Sign In to add comment