Advertisement
kaambrol

Ninja legends Element Mastery in one Second

Feb 7th, 2020
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. -- Ninja Element
  2. -- Version: 1.0
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local d = Instance.new("TextButton")
  9. local TextButton = Instance.new("TextButton")
  10. local TextButton_2 = Instance.new("TextButton")
  11. local TextButton_3 = Instance.new("TextButton")
  12. local TextButton_4 = Instance.new("TextButton")
  13. local TextButton_5 = Instance.new("TextButton")
  14. local TextBox = Instance.new("TextBox")
  15.  
  16. --Properties:
  17.  
  18. ScreenGui.Parent = game.Coregui
  19.  
  20. main.Name = "main"
  21. main.Parent = ScreenGui
  22. main.BackgroundColor3 = Color3.fromRGB(38, 37, 34)
  23. main.Position = UDim2.new(0.0866462812, 0, 0.0895915702, 0)
  24. main.Size = UDim2.new(0, 155, 0, 397)
  25. main.Active=true
  26. main.Draggable=true
  27.  
  28. d.Name = "d"
  29. d.Parent = main
  30. d.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  31. d.Size = UDim2.new(0, 155, 0, 50)
  32. d.Font = Enum.Font.SourceSans
  33. d.Text = "Lightning"
  34. d.TextColor3 = Color3.fromRGB(25, 153, 25)
  35. d.TextSize = 20.000
  36. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Lightning")
  37.  
  38. TextButton.Parent = main
  39. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  40. TextButton.Position = UDim2.new(-1.1920929e-07, 0, 0.247663647, 0)
  41. TextButton.Size = UDim2.new(0, 155, 0, 50)
  42. TextButton.Font = Enum.Font.SourceSans
  43. TextButton.Text = "Frost"
  44. TextButton.TextColor3 = Color3.fromRGB(85, 158, 236)
  45. TextButton.TextSize = 20.000
  46. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Frost")
  47.  
  48. TextButton_2.Parent = main
  49. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  50. TextButton_2.Position = UDim2.new(0, 0, 0.371783078, 0)
  51. TextButton_2.Size = UDim2.new(0, 155, 0, 50)
  52. TextButton_2.Font = Enum.Font.SourceSans
  53. TextButton_2.Text = "Electral Chaos"
  54. TextButton_2.TextColor3 = Color3.fromRGB(74, 177, 50)
  55. TextButton_2.TextSize = 20.000
  56. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Electral Chaos")
  57.  
  58. TextButton_3.Parent = main
  59. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60. TextButton_3.Position = UDim2.new(0, 0, 0.123675287, 0)
  61. TextButton_3.Size = UDim2.new(0, 155, 0, 50)
  62. TextButton_3.Font = Enum.Font.SourceSans
  63. TextButton_3.Text = "Inferno"
  64. TextButton_3.TextColor3 = Color3.fromRGB(217, 72, 0)
  65. TextButton_3.TextSize = 20.000
  66. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Inferno")
  67.  
  68.  
  69. TextButton_4.Parent = main
  70. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. TextButton_4.Position = UDim2.new(0, 0, 0.495669216, 0)
  72. TextButton_4.Size = UDim2.new(0, 155, 0, 50)
  73. TextButton_4.Font = Enum.Font.SourceSans
  74. TextButton_4.Text = "Masterful Wrath"
  75. TextButton_4.TextColor3 = Color3.fromRGB(61, 102, 179)
  76. TextButton_4.TextSize = 20.000
  77. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Masterful Wrath")
  78.  
  79.  
  80. TextButton_5.Parent = main
  81. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  82. TextButton_5.Position = UDim2.new(6.05359674e-09, 0, 0.620058239, 0)
  83. TextButton_5.Size = UDim2.new(0, 155, 0, 50)
  84. TextButton_5.Font = Enum.Font.SourceSans
  85. TextButton_5.Text = "Shadow Charge"
  86. TextButton_5.TextColor3 = Color3.fromRGB(136, 94, 172)
  87. TextButton_5.TextSize = 20.000
  88. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Shadow Charge")
  89.  
  90.  
  91. TextBox.Parent = main
  92. TextBox.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  93. TextBox.Position = UDim2.new(0, 0, 0.851385415, 0)
  94. TextBox.Size = UDim2.new(0, 155, 0, 59)
  95. TextBox.Font = Enum.Font.SourceSans
  96. TextBox.Text = "Gui by kaambrol"
  97. TextBox.TextColor3 = Color3.fromRGB(206, 206, 206)
  98. TextBox.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement