Advertisement
Guest User

(#RJCXiNXO()F*YW#(@UT%RIJF+JSnb

a guest
Feb 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local TextLabel = Instance.new("TextLabel")
  5. local Frame = Instance.new("Frame")
  6. local first = Instance.new("TextButton")
  7. local second = Instance.new("TextButton")
  8. local third = Instance.new("TextButton")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10.  
  11. -- Properties
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14. ScreenGui.ResetOnSpawn = false
  15.  
  16. TextLabel.Parent = ScreenGui
  17. TextLabel.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  18. TextLabel.BorderSizePixel = 0
  19. TextLabel.Position = UDim2.new(0.372186482, 0, 0.382316321, 0)
  20. TextLabel.Size = UDim2.new(0, 337, 0, 32)
  21. TextLabel.Font = Enum.Font.SourceSans
  22. TextLabel.FontSize = Enum.FontSize.Size14
  23. TextLabel.Text = "Arcane Sea Teleporation GUI"
  24. TextLabel.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  25. TextLabel.TextSize = 14
  26.  
  27. Frame.Parent = TextLabel
  28. Frame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  29. Frame.BorderSizePixel = 0
  30. Frame.Position = UDim2.new(0, 0, 1, 0)
  31. Frame.Size = UDim2.new(0, 337, 0, 145)
  32.  
  33. first.Name = "first"
  34. first.Parent = Frame
  35. first.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  36. first.BorderSizePixel = 0
  37. first.Position = UDim2.new(0.0563798249, 0, 0.0990990996, 0)
  38. first.Size = UDim2.new(0, 96, 0, 29)
  39. first.Font = Enum.Font.SourceSans
  40. first.FontSize = Enum.FontSize.Size14
  41. first.Text = "First Sea"
  42. first.TextColor3 = Color3.new(1, 1, 1)
  43. first.TextSize = 14
  44.  
  45. second.Name = "second"
  46. second.Parent = Frame
  47. second.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  48. second.BorderSizePixel = 0
  49. second.Position = UDim2.new(0.357566774, 0, 0.0990990996, 0)
  50. second.Size = UDim2.new(0, 96, 0, 29)
  51. second.Font = Enum.Font.SourceSans
  52. second.FontSize = Enum.FontSize.Size14
  53. second.Text = "Second Sea"
  54. second.TextColor3 = Color3.new(1, 1, 1)
  55. second.TextSize = 14
  56.  
  57. third.Name = "third"
  58. third.Parent = Frame
  59. third.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  60. third.BorderSizePixel = 0
  61. third.Position = UDim2.new(0.660237432, 0, 0.0990990996, 0)
  62. third.Size = UDim2.new(0, 96, 0, 29)
  63. third.Font = Enum.Font.SourceSans
  64. third.FontSize = Enum.FontSize.Size14
  65. third.Text = "Third Sea"
  66. third.TextColor3 = Color3.new(1, 1, 1)
  67. third.TextSize = 14
  68.  
  69. TextLabel_2.Parent = TextLabel
  70. TextLabel_2.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  71. TextLabel_2.BackgroundTransparency = 1
  72. TextLabel_2.BorderSizePixel = 0
  73. TextLabel_2.Position = UDim2.new(0.278931737, 0, 4.3125, 0)
  74. TextLabel_2.Size = UDim2.new(0, 148, 0, 32)
  75. TextLabel_2.Font = Enum.Font.SourceSans
  76. TextLabel_2.FontSize = Enum.FontSize.Size18
  77. TextLabel_2.Text = "Made by JamesX#4043"
  78. TextLabel_2.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  79. TextLabel_2.TextSize = 16
  80.  
  81. first.MouseButton1Down:Connect(function()
  82. game:GetService("TeleportService"):Teleport(317251128, game.Players.LocalPlayer)
  83. end)
  84.  
  85. second.MouseButton1Down:Connect(function()
  86. game:GetService("TeleportService"):Teleport(490843859, game.Players.LocalPlayer)
  87. end)
  88.  
  89. third.MouseButton1Down:Connect(function()
  90. game:GetService("TeleportService"):Teleport(594991913, game.Players.LocalPlayer)
  91. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement