Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.35 KB | None | 0 0
  1. game.StarterGui:SetCore('SendNotification', {
  2. Title = "Gui Made By Kroniqkz25";
  3. Text = " Script By Kroniqkz25 ";
  4. duration = 1000000000000000;
  5. })
  6.  
  7. wait(1)
  8.  
  9. game.StarterGui:SetCore('SendNotification', {
  10. Title = "hello Mr.game";
  11. Text = " Kroniqkz25 ";
  12. duration = 1000000000000000;
  13. })
  14.  
  15. wait(1)
  16.  
  17. game.StarterGui:SetCore('SendNotification', {
  18. Title = "Gu rock";
  19. Text = "u understand ";
  20. duration = 1000000000000000;
  21. })
  22.  
  23. local Main = Instance.new("ScreenGui")
  24. local MainGui = Instance.new("Frame")
  25. local QuestTpGui = Instance.new("Frame")
  26. local Tilte3 = Instance.new("TextLabel")
  27. local Tilte2 = Instance.new("TextLabel")
  28. local Close1 = Instance.new("TextButton")
  29. local Farmlist = Instance.new("TextButton")
  30. local NpcTpGui = Instance.new("Frame")
  31. local Thief = Instance.new("TextButton")
  32. local BuggyPirate = Instance.new("TextButton")
  33. local AttackingNoob = Instance.new("TextButton")
  34. local Buso = Instance.new("TextButton")
  35. local Tilte5 = Instance.new("TextLabel")
  36. local Tilte4 = Instance.new("TextLabel")
  37. local Close2 = Instance.new("TextButton")
  38. local Luffy = Instance.new("TextButton")
  39. local OtherTpGui = Instance.new("Frame")
  40. local Tilte7 = Instance.new("TextLabel")
  41. local Tilte6 = Instance.new("TextLabel")
  42. local Close3 = Instance.new("TextButton")
  43. local Tilte = Instance.new("TextLabel")
  44. local Credits = Instance.new("TextLabel")
  45. local Close = Instance.new("TextButton")
  46. local OhterScriptsGui = Instance.new("Frame")
  47. local Tilte9 = Instance.new("TextLabel")
  48. local Tilte8 = Instance.new("TextLabel")
  49. local Close4 = Instance.new("TextButton")
  50. local Logo = Instance.new("ImageLabel")
  51. local TextLabel = Instance.new("TextLabel")
  52. local OpenGui = Instance.new("Frame")
  53. local Open = Instance.new("TextButton")
  54. --Properties:
  55. Main.Name = "Main"
  56. Main.Parent = game.CoreGui
  57.  
  58. MainGui.Name = "MainGui"
  59. MainGui.Parent = Main
  60. MainGui.BackgroundColor3 = Color3.new(0.2, 0.132154, 0.132454)
  61. MainGui.Position = UDim2.new(0.0790000036, 0, 1.70000005, 0)
  62. MainGui.Size = UDim2.new(0, 374, 0, 273)
  63. MainGui.Active = true
  64. MainGui.Draggable = true
  65.  
  66.  
  67. QuestTpGui.Name = "Quest Tp Gui"
  68. QuestTpGui.Parent = QuestTP
  69. QuestTpGui.BackgroundColor3 = Color3.new(0.7, 0.132411, 0.54121)
  70. QuestTpGui.Position = UDim2.new(1.63000047, 0, -0.678965449, 0)
  71. QuestTpGui.Size = UDim2.new(0, 294, 0, 267)
  72. QuestTpGui.Visible = false
  73. QuestTpGui.Active = true
  74. QuestTpGui.Draggable = true
  75.  
  76.  
  77. Tilte3.Name = "Tilte3"
  78. Tilte3.Parent = QuestTpGui
  79. Tilte3.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  80. Tilte3.Size = UDim2.new(0, 264, 0, 31)
  81. Tilte3.Font = Enum.Font.SourceSans
  82. Tilte3.Text = "Quest Giver Tp"
  83. Tilte3.TextColor3 = Color3.new(0, 1, 0.498039)
  84. Tilte3.TextSize = 14
  85.  
  86. Tilte2.Name = "Tilte2"
  87. Tilte2.Parent = QuestTpGui
  88. Tilte2.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  89. Tilte2.Position = UDim2.new(0, 0, 0.883895159, 0)
  90. Tilte2.Size = UDim2.new(0, 294, 0, 31)
  91. Tilte2.Font = Enum.Font.SourceSans
  92. Tilte2.Text = "Quest Giver Tp"
  93. Tilte2.TextColor3 = Color3.new(0, 1, 0.498039)
  94. Tilte2.TextSize = 14
  95.  
  96. Close1.Name = "Close 1"
  97. Close1.Parent = QuestTpGui
  98. Close1.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  99. Close1.Position = UDim2.new(0.897959173, 0, 0, 0)
  100. Close1.Size = UDim2.new(0, 30, 0, 31)
  101. Close1.Font = Enum.Font.SourceSans
  102. Close1.Text = "X"
  103. Close1.TextColor3 = Color3.new(1, 0, 0)
  104. Close1.TextSize = 14
  105. Close1.MouseButton1Down:connect(function()
  106. QuestTpGui.Visible = false
  107. end)
  108.  
  109. Farmlist.Name = "Npc list"
  110. Farmlist.Parent = MainGui
  111. Farmlist.BackgroundColor3 = Color3.new(0.264128, 0.846415, 0.315412)
  112. Farmlist.Position = UDim2.new(0.230543569, 0, 0.32215485, 0)
  113. Farmlist.Size = UDim2.new(0, 200, 0, 36)
  114. Farmlist.Font = Enum.Font.SourceSans
  115. Farmlist.Text = "Farm"
  116. Farmlist.TextColor3 = Color3.new(0, 1, 0.498039)
  117. Farmlist.TextSize = 14
  118. Farmlist.MouseButton1Down:connect(function()
  119. NpcTpGui.Visible = true
  120. end)
  121.  
  122. NpcTpGui.Name = "Npc Tp Gui"
  123. NpcTpGui.Parent = Farmlist
  124. NpcTpGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
  125. NpcTpGui.Position = UDim2.new(1.54000044, 0, -2.4589653, 0)
  126. NpcTpGui.Size = UDim2.new(0, 294, 0, 267)
  127. NpcTpGui.Visible = false
  128. NpcTpGui.Active = true
  129. NpcTpGui.Draggable = true
  130.  
  131. Thief.Name = "shanks"
  132. Thief.Parent = NpcTpGui
  133. Thief.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  134. Thief.Position = UDim2.new(0.248299316, 0, 0.146067411, 0)
  135. Thief.Size = UDim2.new(0, 148, 0, 22)
  136. Thief.Font = Enum.Font.SourceSans
  137. Thief.Text = "TP Haki Monkey"
  138. Thief.TextColor3 = Color3.new(0, 1, 0.498039)
  139. Thief.TextSize = 14
  140. Thief.MouseButton1Down:connect(function()
  141. for _,v in pairs(game.Workspace:GetDescendants()) do
  142. if string.find(v.Name, "Haki Monkey") then
  143. v:FindFirstChild("HumanoidRootPart").Anchored = true
  144. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  145. end
  146. end
  147. end)
  148.  
  149. BuggyPirate.Name = "Buggy Pirate"
  150. BuggyPirate.Parent = NpcTpGui
  151. BuggyPirate.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  152. BuggyPirate.Position = UDim2.new(0.248299316, 0, 0.277153552, 0)
  153. BuggyPirate.Size = UDim2.new(0, 148, 0, 23)
  154. BuggyPirate.Font = Enum.Font.SourceSans
  155. BuggyPirate.Text = "Tp Player [soon]"
  156. BuggyPirate.TextColor3 = Color3.new(0, 1, 0.498039)
  157. BuggyPirate.TextSize = 14
  158. BuggyPirate.MouseButton1Down:connect(function()
  159. for _,v in pairs(game.Workspace:GetDescendants()) do
  160. if string.find(v.Name, "Buggy pirate") then
  161. v:FindFirstChild("HumanoidRootPart").Anchored = true
  162. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  163. end
  164. end
  165. end)
  166.  
  167. AttackingNoob.Name = "Attacking Noob"
  168. AttackingNoob.Parent = NpcTpGui
  169. AttackingNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  170. AttackingNoob.Position = UDim2.new(0.248299316, 0, 0.41198504, 0)
  171. AttackingNoob.Size = UDim2.new(0, 148, 0, 24)
  172. AttackingNoob.Font = Enum.Font.SourceSans
  173. AttackingNoob.Text = "Vice Admiral"
  174. AttackingNoob.TextColor3 = Color3.new(0, 1, 0.498039)
  175. AttackingNoob.TextSize = 14
  176. AttackingNoob.MouseButton1Down:connect(function()
  177. for _,v in pairs(game.Workspace:GetDescendants()) do
  178. if string.find(v.Name, "Vice--Admiral") then
  179. v:FindFirstChild("HumanoidRootPart").Anchored = true
  180. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  181. end
  182. end
  183. end)
  184.  
  185. Buso.Name = "Buso"
  186. Buso.Parent = NpcTpGui
  187. Buso.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  188. Buso.Position = UDim2.new(0.248299301, 0, 0.550561905, 0)
  189. Buso.Size = UDim2.new(0, 148, 0, 20)
  190. Buso.Font = Enum.Font.SourceSans
  191. Buso.Text = "Soon "
  192. Buso.TextColor3 = Color3.new(0, 1, 0.498039)
  193. Buso.TextSize = 14
  194. Buso.MouseButton1Down:connect(function()
  195. for _,v in pairs(game.Workspace:GetDescendants()) do
  196. if string.find(v.Name, "") then
  197. v:FindFirstChild("HumanoidRootPart").Anchored = true
  198. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  199. end
  200. end
  201. end)
  202.  
  203. Tilte5.Name = "Tilte5"
  204. Tilte5.Parent = NpcTpGui
  205. Tilte5.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  206. Tilte5.Size = UDim2.new(0, 264, 0, 31)
  207. Tilte5.Font = Enum.Font.SourceSans
  208. Tilte5.Text = "Farm"
  209. Tilte5.TextColor3 = Color3.new(0, 1, 0.498039)
  210. Tilte5.TextSize = 14
  211.  
  212. Tilte4.Name = "Tilte4"
  213. Tilte4.Parent = NpcTpGui
  214. Tilte4.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  215. Tilte4.Position = UDim2.new(0, 0, 0.883895159, 0)
  216. Tilte4.Size = UDim2.new(0, 294, 0, 31)
  217. Tilte4.Font = Enum.Font.SourceSans
  218. Tilte4.Text = "Farm"
  219. Tilte4.TextColor3 = Color3.new(0, 1, 0.498039)
  220. Tilte4.TextSize = 14
  221.  
  222. Close2.Name = "Close2"
  223. Close2.Parent = NpcTpGui
  224. Close2.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  225. Close2.Position = UDim2.new(0.897959173, 0, 0, 0)
  226. Close2.Size = UDim2.new(0, 30, 0, 31)
  227. Close2.Font = Enum.Font.SourceSans
  228. Close2.Text = "X"
  229. Close2.TextColor3 = Color3.new(1, 0, 0)
  230. Close2.TextSize = 14
  231. Close2.MouseButton1Down:connect(function()
  232. NpcTpGui.Visible = false
  233. end)
  234.  
  235. Luffy.Name = "Luffy"
  236. Luffy.Parent = NpcTpGui
  237. Luffy.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  238. Luffy.Position = UDim2.new(0.248299316, 0, 0.681648076, 0)
  239. Luffy.Size = UDim2.new(0, 148, 0, 23)
  240. Luffy.Font = Enum.Font.SourceSans
  241. Luffy.Text = "Soon"
  242. Luffy.TextColor3 = Color3.new(0, 1, 0.498039)
  243. Luffy.TextSize = 14
  244. Luffy.MouseButton1Down:connect(function()
  245. for _,v in pairs(game.Workspace:GetDescendants()) do
  246. if string.find(v.Name, "Luffy") then
  247. v:FindFirstChild("HumanoidRootPart").Anchored = true
  248. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  249. end
  250. end
  251. end)
  252.  
  253.  
  254. OtherTpGui.Name = "Other Tp Gui"
  255. OtherTpGui.Parent = OtherTp
  256. OtherTpGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
  257. OtherTpGui.Position = UDim2.new(1.6000005, 0, -3.41264963, 0)
  258. OtherTpGui.Size = UDim2.new(0, 294, 0, 267)
  259. OtherTpGui.Visible = false
  260. OtherTpGui.Active = true
  261. OtherTpGui.Draggable = true
  262.  
  263. Tilte7.Name = "Tilte7"
  264. Tilte7.Parent = OtherTpGui
  265. Tilte7.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  266. Tilte7.Size = UDim2.new(0, 264, 0, 31)
  267. Tilte7.Font = Enum.Font.SourceSans
  268. Tilte7.Text = "Other Tp"
  269. Tilte7.TextColor3 = Color3.new(0, 1, 0.498039)
  270. Tilte7.TextSize = 14
  271.  
  272. Tilte6.Name = "Tilte6"
  273. Tilte6.Parent = OtherTpGui
  274. Tilte6.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  275. Tilte6.Position = UDim2.new(0, 0, 0.883895159, 0)
  276. Tilte6.Size = UDim2.new(0, 294, 0, 31)
  277. Tilte6.Font = Enum.Font.SourceSans
  278. Tilte6.Text = "Other Tp"
  279. Tilte6.TextColor3 = Color3.new(0, 1, 0.498039)
  280. Tilte6.TextSize = 14
  281.  
  282. Close3.Name = "Close3"
  283. Close3.Parent = OtherTpGui
  284. Close3.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  285. Close3.Position = UDim2.new(0.897959173, 0, 0, 0)
  286. Close3.Size = UDim2.new(0, 30, 0, 31)
  287. Close3.Font = Enum.Font.SourceSans
  288. Close3.Text = "X"
  289. Close3.TextColor3 = Color3.new(1, 0, 0)
  290. Close3.TextSize = 14
  291. Close3.MouseButton1Down:connect(function()
  292. OtherTpGui.Visible = false
  293. end)
  294.  
  295. Tilte.Name = "Tilte"
  296. Tilte.Parent = MainGui
  297. Tilte.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  298. Tilte.Size = UDim2.new(0, 339, 0, 28)
  299. Tilte.Font = Enum.Font.SourceSans
  300. Tilte.Text = "One piece millenium gui"
  301. Tilte.TextColor3 = Color3.new(0, 1, 0.498039)
  302. Tilte.TextSize = 14
  303.  
  304. Credits.Name = "Credits"
  305. Credits.Parent = MainGui
  306. Credits.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  307. Credits.Position = UDim2.new(0, 0, 0.897435904, 0)
  308. Credits.Size = UDim2.new(0, 374, 0, 28)
  309. Credits.Font = Enum.Font.SourceSans
  310. Credits.Text = "Edit by Noob#Kroniqkz Haha"
  311. Credits.TextColor3 = Color3.new(0, 1, 0.498039)
  312. Credits.TextSize = 14
  313.  
  314. Close.Name = "Close"
  315. Close.Parent = MainGui
  316. Close.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  317. Close.Position = UDim2.new(0.906417131, 0, 0, 0)
  318. Close.Size = UDim2.new(0, 35, 0, 28)
  319. Close.Font = Enum.Font.SourceSans
  320. Close.Text = "X"
  321. Close.TextColor3 = Color3.new(1, 0, 0)
  322. Close.TextSize = 14
  323. Close.MouseButton1Down:connect(function()
  324. MainGui:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  325. NpcTpGui.Visible = false
  326. OhterScriptsGui.Visible = false
  327. OtherTpGui.Visible = false
  328. QuestTpGui.Visible = false
  329. OpenGui.Visible = true
  330. end)
  331.  
  332. OhterScriptsGui.Name = "Ohter Scripts Gui"
  333. OhterScriptsGui.Parent = OtherScripts
  334. OhterScriptsGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
  335. OhterScriptsGui.Position = UDim2.new(1.56000042, 0, -4.66949177, 0)
  336. OhterScriptsGui.Size = UDim2.new(0, 294, 0, 267)
  337. OhterScriptsGui.Visible = false
  338. OhterScriptsGui.Active = true
  339. OhterScriptsGui.Draggable = true
  340.  
  341.  
  342. Tilte9.Name = "Tilte9"
  343. Tilte9.Parent = OhterScriptsGui
  344. Tilte9.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  345. Tilte9.Size = UDim2.new(0, 264, 0, 31)
  346. Tilte9.Font = Enum.Font.SourceSans
  347. Tilte9.Text = "soon"
  348. Tilte9.TextColor3 = Color3.new(0, 1, 0.498039)
  349. Tilte9.TextSize = 14
  350.  
  351. Tilte8.Name = "Tilte8"
  352. Tilte8.Parent = OhterScriptsGui
  353. Tilte8.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  354. Tilte8.Position = UDim2.new(0, 0, 0.883895159, 0)
  355. Tilte8.Size = UDim2.new(0, 294, 0, 31)
  356. Tilte8.Font = Enum.Font.SourceSans
  357. Tilte8.Text = "soon"
  358. Tilte8.TextColor3 = Color3.new(0, 1, 0.498039)
  359. Tilte8.TextSize = 14
  360.  
  361. Close4.Name = "Close4"
  362. Close4.Parent = OhterScriptsGui
  363. Close4.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  364. Close4.Position = UDim2.new(0.897959173, 0, 0, 0)
  365. Close4.Size = UDim2.new(0, 30, 0, 31)
  366. Close4.Font = Enum.Font.SourceSans
  367. Close4.Text = "X"
  368. Close4.TextColor3 = Color3.new(1, 0, 0)
  369. Close4.TextSize = 1
  370. Close4.MouseButton1Down:connect(function()
  371. OhterScriptsGui.Visible = false
  372. end)
  373.  
  374. Logo.Name = "Logo"
  375. Logo.Parent = Main
  376. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  377. Logo.BackgroundTransparency = 1
  378. Logo.Position = UDim2.new(0.244326204, 0, 0.25717932, 0)
  379. Logo.Size = UDim2.new(0, 556, 0, 284)
  380. Logo.Image = ""
  381. Logo.ImageTransparency = 1
  382.  
  383. TextLabel.Parent = Logo
  384. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  385. TextLabel.BackgroundTransparency = 1
  386. TextLabel.Position = UDim2.new(0, 0, 1.04225349, 0)
  387. TextLabel.Size = UDim2.new(0, 556, 0, 50)
  388. TextLabel.Font = Enum.Font.SourceSans
  389. TextLabel.Text = "CREATE : Kroniqkz25"
  390. TextLabel.TextColor3 = Color3.new(2, 2, 2)
  391. TextLabel.TextSize = 30
  392. TextLabel.TextTransparency = 1
  393.  
  394. OpenGui.Name = "OpenGui"
  395. OpenGui.Parent = Main
  396. OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
  397. OpenGui.Position = UDim2.new(0, 0, 0.515867531, 0)
  398. OpenGui.Size = UDim2.new(0, 109, 0, 48)
  399. OpenGui.Active = true
  400.  
  401. Open.Name = "Open"
  402. Open.Parent = OpenGui
  403. Open.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  404. Open.Position = UDim2.new(-0.266055048, 0, 0, 0)
  405. Open.Size = UDim2.new(0, 200, 0, 50)
  406. Open.Font = Enum.Font.SourceSans
  407. Open.Text = "Open"
  408. Open.TextColor3 = Color3.new(0, 1, 0.498039)
  409. Open.TextSize = 14
  410. Open.MouseButton1Down:connect(function()
  411. MainGui:TweenPosition(UDim2.new(0.302, 0,0.28, 0), 'Out','Bounce', 1)
  412. OpenGui.Visible = false
  413. end)
  414.  
  415. wait(0.03)
  416. game.CoreGui.Main.Logo.ImageTransparency = 1
  417. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 1
  418. wait(0.03)
  419. game.CoreGui.Main.Logo.ImageTransparency = 0.9
  420. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.9
  421. wait(0.03)
  422. game.CoreGui.Main.Logo.ImageTransparency = 0.8
  423. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.8
  424. wait(0.03)
  425. game.CoreGui.Main.Logo.ImageTransparency = 0.7
  426. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.7
  427. wait(0.03)
  428. game.CoreGui.Main.Logo.ImageTransparency = 0.6
  429. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.6
  430. wait(0.03)
  431. game.CoreGui.Main.Logo.ImageTransparency = 0.5
  432. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.5
  433. wait(0.03)
  434. game.CoreGui.Main.Logo.ImageTransparency = 0.4
  435. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.4
  436. wait(0.03)
  437. game.CoreGui.Main.Logo.ImageTransparency = 0.3
  438. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.3
  439. wait(0.03)
  440. game.CoreGui.Main.Logo.ImageTransparency = 0.2
  441. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.2
  442. wait(0.03)
  443. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.1
  444. game.CoreGui.Main.Logo.ImageTransparency = 0.1
  445. wait(0.03)
  446. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0
  447. game.CoreGui.Main.Logo.ImageTransparency = 0
  448. wait(3.5)
  449. game.CoreGui.Main.Logo.ImageTransparency = 0.1
  450. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.1
  451. wait(0.03)
  452. game.CoreGui.Main.Logo.ImageTransparency = 0.2
  453. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.2
  454. wait(0.03)
  455. game.CoreGui.Main.Logo.ImageTransparency = 0.3
  456. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.3
  457. wait(0.03)
  458. game.CoreGui.Main.Logo.ImageTransparency = 0.4
  459. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.4
  460. wait(0.03)
  461. game.CoreGui.Main.Logo.ImageTransparency = 0.5
  462. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.5
  463. wait(0.03)
  464. game.CoreGui.Main.Logo.ImageTransparency = 0.6
  465. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.6
  466. wait(0.03)
  467. game.CoreGui.Main.Logo.ImageTransparency = 0.7
  468. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.7
  469. wait(0.03)
  470. game.CoreGui.Main.Logo.ImageTransparency = 0.8
  471. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.8
  472. wait(0.03)
  473. game.CoreGui.Main.Logo.ImageTransparency = 0.9
  474. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.9
  475. wait(0.03)
  476. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 1
  477. game.CoreGui.Main.Logo.ImageTransparency = 1
  478. game.CoreGui.Main.Logo.Visible = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement