Vunqz

Cosmos FE

Sep 18th, 2019
1,410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local Credits = Instance.new("TextLabel")
  6. local insaneall = Instance.new("TextButton")
  7. local daball = Instance.new("TextButton")
  8. local dabothers = Instance.new("TextButton")
  9. local insaneothers = Instance.new("TextButton")
  10.  
  11. -- Properties
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14.  
  15. Frame.Parent = ScreenGui
  16. Frame.Active = true
  17. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  18. Frame.BackgroundTransparency = 0.5
  19. Frame.Draggable = true
  20. Frame.Position = UDim2.new(0, 341, 0, 41)
  21. Frame.Size = UDim2.new(0, 358, 0, 423)
  22.  
  23. Credits.Name = "Credits"
  24. Credits.Parent = Frame
  25. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  26. Credits.BackgroundTransparency = 0.5
  27. Credits.Position = UDim2.new(0, 79, 0, 0)
  28. Credits.Size = UDim2.new(0, 200, 0, 50)
  29. Credits.Font = Enum.Font.SciFi
  30. Credits.FontSize = Enum.FontSize.Size24
  31. Credits.Text = "By Cozmo V3rm"
  32. Credits.TextColor3 = Color3.new(0, 1, 1)
  33. Credits.TextSize = 24
  34.  
  35. insaneall.Name = "insaneall"
  36. insaneall.Parent = Frame
  37. insaneall.BackgroundColor3 = Color3.new(0, 0, 0)
  38. insaneall.BackgroundTransparency = 0.5
  39. insaneall.Position = UDim2.new(0, 0, 0, 106)
  40. insaneall.Size = UDim2.new(0, 155, 0, 50)
  41. insaneall.Font = Enum.Font.SciFi
  42. insaneall.FontSize = Enum.FontSize.Size18
  43. insaneall.Text = "FE Insane all"
  44. insaneall.TextColor3 = Color3.new(0, 1, 1)
  45. insaneall.TextSize = 18
  46.  
  47. daball.Name = "daball"
  48. daball.Parent = Frame
  49. daball.BackgroundColor3 = Color3.new(0, 0, 0)
  50. daball.BackgroundTransparency = 0.5
  51. daball.Position = UDim2.new(0, 0, 0, 228)
  52. daball.Size = UDim2.new(0, 155, 0, 50)
  53. daball.Font = Enum.Font.SciFi
  54. daball.FontSize = Enum.FontSize.Size18
  55. daball.Text = "FE Dab all"
  56. daball.TextColor3 = Color3.new(0, 1, 1)
  57. daball.TextSize = 18
  58.  
  59. dabothers.Name = "dabothers"
  60. dabothers.Parent = Frame
  61. dabothers.BackgroundColor3 = Color3.new(0, 0, 0)
  62. dabothers.BackgroundTransparency = 0.5
  63. dabothers.Position = UDim2.new(0, 203, 0, 230)
  64. dabothers.Size = UDim2.new(0, 155, 0, 50)
  65. dabothers.Font = Enum.Font.SciFi
  66. dabothers.FontSize = Enum.FontSize.Size18
  67. dabothers.Text = "FE Dab others"
  68. dabothers.TextColor3 = Color3.new(0, 1, 1)
  69. dabothers.TextSize = 18
  70.  
  71. insaneothers.Name = "insaneothers"
  72. insaneothers.Parent = Frame
  73. insaneothers.BackgroundColor3 = Color3.new(0, 0, 0)
  74. insaneothers.BackgroundTransparency = 0.5
  75. insaneothers.Position = UDim2.new(0, 203, 0, 105)
  76. insaneothers.Size = UDim2.new(0, 155, 0, 50)
  77. insaneothers.Font = Enum.Font.SciFi
  78. insaneothers.FontSize = Enum.FontSize.Size18
  79. insaneothers.Text = "FE Insane others"
  80. insaneothers.TextColor3 = Color3.new(0, 1, 1)
  81. insaneothers.TextSize = 18
  82.  
  83. insaneall.MouseButton1Click:connect(function()
  84. for i,v in pairs(game.Players:GetPlayers()) do
  85. local AnimationId = "33796059"
  86. local Anim = Instance.new("Animation")
  87. Anim.AnimationId = "rbxassetid://"..AnimationId
  88. local k = v.Character.Humanoid:LoadAnimation(Anim)
  89. k:Play()
  90. k:AdjustSpeed(90)
  91. end
  92. end)
  93. insaneothers.MouseButton1Click:connect(function()
  94. for i,v in pairs(game.Players:GetPlayers()) do
  95. if v.Name~=game.Players.LocalPlayer.Name then
  96. local AnimationId = "33796059"
  97. local Anim = Instance.new("Animation")
  98. Anim.AnimationId = "rbxassetid://"..AnimationId
  99. local k = v.Character.Humanoid:LoadAnimation(Anim)
  100. k:Play()
  101. k:AdjustSpeed(90)
  102. end
  103. end
  104. end)
  105. dabothers.MouseButton1Click:connect(function()
  106. for i,v in pairs(game.Players:GetPlayers()) do
  107. if v.Name~=game.Players.LocalPlayer.Name then
  108. local AnimationId = "248263260"
  109. local Anim = Instance.new("Animation")
  110. Anim.AnimationId = "rbxassetid://"..AnimationId
  111. local k = v.Character.Humanoid:LoadAnimation(Anim)
  112. k:Play()
  113. k:AdjustSpeed(1)
  114. end
  115. end
  116. end)
  117. daball.MouseButton1Click:connect(function()
  118. for i,v in pairs(game.Players:GetPlayers()) do
  119. local AnimationId = "248263260"
  120. local Anim = Instance.new("Animation")
  121. Anim.AnimationId = "rbxassetid://"..AnimationId
  122. local k = v.Character.Humanoid:LoadAnimation(Anim)
  123. k:Play()
  124. k:AdjustSpeed(1)
  125. end
  126. end)
Add Comment
Please, Sign In to add comment