Advertisement
Nghientapgym

Untitled

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