Advertisement
toonrun123

SkyWars [Beta Fixed]

Nov 16th, 2018
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 12.20 KB | None | 0 0
  1. --SkyWars
  2. --Made By toonrun123
  3. -- Object:
  4. local SkyWarsGui = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local IslandTeleportName = Instance.new("TextLabel")
  7. local Namemain = Instance.new("TextLabel")
  8. local IslandLarge = Instance.new("TextButton")
  9. local Island6 = Instance.new("TextButton")
  10. local Island2 = Instance.new("TextButton")
  11. local GamePassShop = Instance.new("TextButton")
  12. local Shop = Instance.new("TextButton")
  13. local VipRoom = Instance.new("TextButton")
  14. local Island9 = Instance.new("TextButton")
  15. local Island5 = Instance.new("TextButton")
  16. local Spawn = Instance.new("TextButton")
  17. local Island1 = Instance.new("TextButton")
  18. local Island3 = Instance.new("TextButton")
  19. local Island7 = Instance.new("TextButton")
  20. local Island4 = Instance.new("TextButton")
  21. local Island8 = Instance.new("TextButton")
  22. local GroupRoom = Instance.new("TextButton")
  23. local MegaVip = Instance.new("TextButton")
  24. --Functions:
  25. SkyWarsGui.Name = "SkyWars Gui"
  26. SkyWarsGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  27. SkyWarsGui.ResetOnSpawn = false
  28.  
  29. Main.Name = "Main"
  30. Main.Parent = SkyWarsGui
  31. Main.Active = true
  32. Main.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  33. Main.BackgroundTransparency = 0.5
  34. Main.BorderSizePixel = 0
  35. Main.Position = UDim2.new(0.0816532224, 0, 0.0725551993, 0)
  36. Main.Selectable = true
  37. Main.Size = UDim2.new(0, 829, 0, 542)
  38.  
  39. IslandTeleportName.Name = "Island Teleport Name"
  40. IslandTeleportName.Parent = Main
  41. IslandTeleportName.BackgroundColor3 = Color3.new(1, 1, 1)
  42. IslandTeleportName.BackgroundTransparency = 1
  43. IslandTeleportName.Position = UDim2.new(0.328023493, 0, 0.27366221, 0)
  44. IslandTeleportName.Size = UDim2.new(0, 285, 0, 50)
  45. IslandTeleportName.Font = Enum.Font.SourceSans
  46. IslandTeleportName.Text = "Island Teleport [Battle Only]"
  47. IslandTeleportName.TextColor3 = Color3.new(1, 1, 1)
  48. IslandTeleportName.TextSize = 30
  49. IslandTeleportName.TextStrokeColor3 = Color3.new(1, 1, 1)
  50. IslandTeleportName.TextStrokeTransparency = 0
  51.  
  52. Namemain.Name = "Namemain"
  53. Namemain.Parent = Main
  54. Namemain.BackgroundColor3 = Color3.new(1, 1, 1)
  55. Namemain.BackgroundTransparency = 1
  56. Namemain.Position = UDim2.new(0.328023493, 0, -0.00124551973, 0)
  57. Namemain.Size = UDim2.new(0, 285, 0, 50)
  58. Namemain.Font = Enum.Font.SourceSans
  59. Namemain.Text = "Skywars Gui [No Battle Only]"
  60. Namemain.TextColor3 = Color3.new(1, 1, 1)
  61. Namemain.TextSize = 30
  62. Namemain.TextStrokeColor3 = Color3.new(1, 1, 1)
  63. Namemain.TextStrokeTransparency = 0
  64.  
  65. IslandLarge.Name = "Island Large"
  66. IslandLarge.Parent = Main
  67. IslandLarge.BackgroundColor3 = Color3.new(1, 1, 1)
  68. IslandLarge.BackgroundTransparency = 1
  69. IslandLarge.Position = UDim2.new(0.256853342, 0, 0.541748643, 0)
  70. IslandLarge.Size = UDim2.new(0, 200, 0, 50)
  71. IslandLarge.Font = Enum.Font.SourceSans
  72. IslandLarge.Text = "Island Large"
  73. IslandLarge.TextColor3 = Color3.new(1, 1, 1)
  74. IslandLarge.TextSize = 30
  75. IslandLarge.TextStrokeColor3 = Color3.new(1, 1, 1)
  76. IslandLarge.TextStrokeTransparency = 0
  77. IslandLarge.MouseButton1Down:connect(function()
  78.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3.15712047, 164.989777, -0.784312963)
  79. end)
  80.  
  81. Island6.Name = "Island 6"
  82. Island6.Parent = Main
  83. Island6.BackgroundColor3 = Color3.new(1, 1, 1)
  84. Island6.BackgroundTransparency = 1
  85. Island6.Position = UDim2.new(0.256853342, 0, 0.451342762, 0)
  86. Island6.Size = UDim2.new(0, 200, 0, 50)
  87. Island6.Font = Enum.Font.SourceSans
  88. Island6.Text = "Island 6"
  89. Island6.TextColor3 = Color3.new(1, 1, 1)
  90. Island6.TextSize = 30
  91. Island6.TextStrokeColor3 = Color3.new(1, 1, 1)
  92. Island6.TextStrokeTransparency = 0
  93. Island6.MouseButton1Down:connect(function()
  94.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-117.153648, 164.989807, 18.6203804)
  95. end)
  96.  
  97.  
  98. Island2.Name = "Island 2"
  99. Island2.Parent = Main
  100. Island2.BackgroundColor3 = Color3.new(1, 1, 1)
  101. Island2.BackgroundTransparency = 1
  102. Island2.Position = UDim2.new(0.258059621, 0, 0.364626884, 0)
  103. Island2.Size = UDim2.new(0, 200, 0, 50)
  104. Island2.Font = Enum.Font.SourceSans
  105. Island2.Text = "Island 2"
  106. Island2.TextColor3 = Color3.new(1, 1, 1)
  107. Island2.TextSize = 30
  108. Island2.TextStrokeColor3 = Color3.new(1, 1, 1)
  109. Island2.TextStrokeTransparency = 0
  110. Island2.MouseButton1Down:connect(function()
  111.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(116.267548, 164.989792, -2.54854918)
  112. end)
  113.  
  114.  
  115. GamePassShop.Name = "Game Pass Shop"
  116. GamePassShop.Parent = Main
  117. GamePassShop.BackgroundColor3 = Color3.new(1, 1, 1)
  118. GamePassShop.BackgroundTransparency = 1
  119. GamePassShop.Position = UDim2.new(0.258059621, 0, 0.18197006, 0)
  120. GamePassShop.Size = UDim2.new(0, 200, 0, 50)
  121. GamePassShop.Font = Enum.Font.SourceSans
  122. GamePassShop.Text = "Game Pass Shop"
  123. GamePassShop.TextColor3 = Color3.new(1, 1, 1)
  124. GamePassShop.TextSize = 30
  125. GamePassShop.TextStrokeColor3 = Color3.new(1, 1, 1)
  126. GamePassShop.TextStrokeTransparency = 0
  127. GamePassShop.MouseButton1Down:connect(function()
  128.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-41.867897, 264, -0.734206796)
  129. end)
  130.  
  131. Shop.Name = "Shop"
  132. Shop.Parent = Main
  133. Shop.BackgroundColor3 = Color3.new(1, 1, 1)
  134. Shop.BackgroundTransparency = 1
  135. Shop.Position = UDim2.new(0.499314129, 0, 0.0897191316, 0)
  136. Shop.Size = UDim2.new(0, 200, 0, 50)
  137. Shop.Font = Enum.Font.SourceSans
  138. Shop.Text = "Shop"
  139. Shop.TextColor3 = Color3.new(1, 1, 1)
  140. Shop.TextSize = 30
  141. Shop.TextStrokeColor3 = Color3.new(1, 1, 1)
  142. Shop.TextStrokeTransparency = 0
  143. Shop.MouseButton1Down:connect(function()
  144.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(46.8751488, 264, 0.408759117)
  145. end)
  146.  
  147. VipRoom.Name = "Vip Room"
  148. VipRoom.Parent = Main
  149. VipRoom.BackgroundColor3 = Color3.new(1, 1, 1)
  150. VipRoom.BackgroundTransparency = 1
  151. VipRoom.Position = UDim2.new(0.258059621, 0, 0.0897191316, 0)
  152. VipRoom.Size = UDim2.new(0, 200, 0, 50)
  153. VipRoom.Font = Enum.Font.SourceSans
  154. VipRoom.Text = "Vip Room"
  155. VipRoom.TextColor3 = Color3.new(1, 1, 1)
  156. VipRoom.TextSize = 30
  157. VipRoom.TextStrokeColor3 = Color3.new(1, 1, 1)
  158. VipRoom.TextStrokeTransparency = 0
  159. VipRoom.MouseButton1Down:connect(function()
  160.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-0.301650345, 264, -69.1556702)
  161. end)
  162.  
  163. Island9.Name = "Island 9"
  164. Island9.Parent = Main
  165. Island9.BackgroundColor3 = Color3.new(1, 1, 1)
  166. Island9.BackgroundTransparency = 1
  167. Island9.Position = UDim2.new(0.0168050863, 0, 0.543593645, 0)
  168. Island9.Size = UDim2.new(0, 200, 0, 50)
  169. Island9.Font = Enum.Font.SourceSans
  170. Island9.Text = "Island 9"
  171. Island9.TextColor3 = Color3.new(1, 1, 1)
  172. Island9.TextSize = 30
  173. Island9.TextStrokeColor3 = Color3.new(1, 1, 1)
  174. Island9.TextStrokeTransparency = 0
  175. Island9.MouseButton1Down:connect(function()
  176.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(112.916481, 164.99118, -108.602997)
  177. end)
  178.  
  179. Island5.Name = "Island 5"
  180. Island5.Parent = Main
  181. Island5.BackgroundColor3 = Color3.new(1, 1, 1)
  182. Island5.BackgroundTransparency = 1
  183. Island5.Position = UDim2.new(0.0168050863, 0, 0.453187764, 0)
  184. Island5.Size = UDim2.new(0, 200, 0, 50)
  185. Island5.Font = Enum.Font.SourceSans
  186. Island5.Text = "Island 5"
  187. Island5.TextColor3 = Color3.new(1, 1, 1)
  188. Island5.TextSize = 30
  189. Island5.TextStrokeColor3 = Color3.new(1, 1, 1)
  190. Island5.TextStrokeTransparency = 0
  191. Island5.MouseButton1Down:connect(function()
  192.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-110.980598, 164.990692, 118.983772)
  193. end)
  194.  
  195. Spawn.Name = "Spawn"
  196. Spawn.Parent = Main
  197. Spawn.BackgroundColor3 = Color3.new(1, 1, 1)
  198. Spawn.BackgroundTransparency = 1
  199. Spawn.Position = UDim2.new(0.0168050863, 0, 0.0897191316, 0)
  200. Spawn.Size = UDim2.new(0, 200, 0, 50)
  201. Spawn.Font = Enum.Font.SourceSans
  202. Spawn.Text = "Spawn"
  203. Spawn.TextColor3 = Color3.new(1, 1, 1)
  204. Spawn.TextSize = 30
  205. Spawn.TextStrokeColor3 = Color3.new(1, 1, 1)
  206. Spawn.TextStrokeTransparency = 0
  207. Spawn.MouseButton1Down:connect(function()
  208.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-0.0825856626, 268, 0.190001026)
  209. end)
  210.  
  211. Island1.Name = "Island 1"
  212. Island1.Parent = Main
  213. Island1.BackgroundColor3 = Color3.new(1, 1, 1)
  214. Island1.BackgroundTransparency = 1
  215. Island1.Position = UDim2.new(0.0168050863, 0, 0.364626884, 0)
  216. Island1.Size = UDim2.new(0, 200, 0, 50)
  217. Island1.Font = Enum.Font.SourceSans
  218. Island1.Text = "Island 1"
  219. Island1.TextColor3 = Color3.new(1, 1, 1)
  220. Island1.TextSize = 30
  221. Island1.TextStrokeColor3 = Color3.new(1, 1, 1)
  222. Island1.TextStrokeTransparency = 0
  223. Island1.MouseButton1Down:connect(function()
  224.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(103.999802, 164.989746, -107.998596)
  225. end)
  226.  
  227. Island3.Name = "Island 3"
  228. Island3.Parent = Main
  229. Island3.BackgroundColor3 = Color3.new(1, 1, 1)
  230. Island3.BackgroundTransparency = 1
  231. Island3.Position = UDim2.new(0.499314129, 0, 0.364626884, 0)
  232. Island3.Size = UDim2.new(0, 200, 0, 50)
  233. Island3.Font = Enum.Font.SourceSans
  234. Island3.Text = "Island 3"
  235. Island3.TextColor3 = Color3.new(1, 1, 1)
  236. Island3.TextSize = 30
  237. Island3.TextStrokeColor3 = Color3.new(1, 1, 1)
  238. Island3.TextStrokeTransparency = 0
  239. Island3.MouseButton1Down:connect(function()
  240.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(116.267548, 164.990341, -108.587799)
  241. end)
  242.  
  243. Island7.Name = "Island 7"
  244. Island7.Parent = Main
  245. Island7.BackgroundColor3 = Color3.new(1, 1, 1)
  246. Island7.BackgroundTransparency = 1
  247. Island7.Position = UDim2.new(0.499314129, 0, 0.451342762, 0)
  248. Island7.Size = UDim2.new(0, 200, 0, 50)
  249. Island7.Font = Enum.Font.SourceSans
  250. Island7.Text = "Island 7"
  251. Island7.TextColor3 = Color3.new(1, 1, 1)
  252. Island7.TextSize = 30
  253. Island7.TextStrokeColor3 = Color3.new(1, 1, 1)
  254. Island7.TextStrokeTransparency = 0
  255. Island7.MouseButton1Down:connect(function()
  256.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-115.269913, 164.993134, -105.468513)
  257. end)
  258.  
  259. Island4.Name = "Island 4"
  260. Island4.Parent = Main
  261. Island4.BackgroundColor3 = Color3.new(1, 1, 1)
  262. Island4.BackgroundTransparency = 1
  263. Island4.Position = UDim2.new(0.740568697, 0, 0.364626884, 0)
  264. Island4.Size = UDim2.new(0, 200, 0, 50)
  265. Island4.Font = Enum.Font.SourceSans
  266. Island4.Text = "Island 4"
  267. Island4.TextColor3 = Color3.new(1, 1, 1)
  268. Island4.TextSize = 30
  269. Island4.TextStrokeColor3 = Color3.new(1, 1, 1)
  270. Island4.TextStrokeTransparency = 0
  271. Island4.MouseButton1Down:connect(function()
  272.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(11.0480127, 164.990341, 124.130737)
  273. end)
  274.  
  275. Island8.Name = "Island 8"
  276. Island8.Parent = Main
  277. Island8.BackgroundColor3 = Color3.new(1, 1, 1)
  278. Island8.BackgroundTransparency = 1
  279. Island8.Position = UDim2.new(0.739362419, 0, 0.451342762, 0)
  280. Island8.Size = UDim2.new(0, 200, 0, 50)
  281. Island8.Font = Enum.Font.SourceSans
  282. Island8.Text = "Island 8"
  283. Island8.TextColor3 = Color3.new(1, 1, 1)
  284. Island8.TextSize = 30
  285. Island8.TextStrokeColor3 = Color3.new(1, 1, 1)
  286. Island8.TextStrokeTransparency = 0
  287. Island8.MouseButton1Down:connect(function()
  288.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.739275, 164.990341, -108.08638)
  289. end)
  290.  
  291. GroupRoom.Name = "Group Room"
  292. GroupRoom.Parent = Main
  293. GroupRoom.BackgroundColor3 = Color3.new(1, 1, 1)
  294. GroupRoom.BackgroundTransparency = 1
  295. GroupRoom.Position = UDim2.new(0.0168050863, 0, 0.18197006, 0)
  296. GroupRoom.Size = UDim2.new(0, 200, 0, 50)
  297. GroupRoom.Font = Enum.Font.SourceSans
  298. GroupRoom.Text = "Group Room"
  299. GroupRoom.TextColor3 = Color3.new(1, 1, 1)
  300. GroupRoom.TextSize = 30
  301. GroupRoom.TextStrokeColor3 = Color3.new(1, 1, 1)
  302. GroupRoom.TextStrokeTransparency = 0
  303. GroupRoom.MouseButton1Down:connect(function()
  304.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(123.481758, 264, -2.77183008)
  305. end)
  306.  
  307. MegaVip.Name = "Mega Vip"
  308. MegaVip.Parent = Main
  309. MegaVip.BackgroundColor3 = Color3.new(1, 1, 1)
  310. MegaVip.BackgroundTransparency = 1
  311. MegaVip.Position = UDim2.new(0.740568697, 0, 0.0897191316, 0)
  312. MegaVip.Size = UDim2.new(0, 200, 0, 50)
  313. MegaVip.Font = Enum.Font.SourceSans
  314. MegaVip.Text = "Mega Vip"
  315. MegaVip.TextColor3 = Color3.new(1, 1, 1)
  316. MegaVip.TextSize = 30
  317. MegaVip.TextStrokeColor3 = Color3.new(1, 1, 1)
  318. MegaVip.TextStrokeTransparency = 0
  319. MegaVip.MouseButton1Down:connect(function()
  320.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1.93975806, 264, 68.4200363)
  321. end)
  322. -- Script Gui
  323. Main.Active = true
  324. Main.Selectable = true
  325. Main.Draggable = true
  326. --End Line...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement