Advertisement
TheSkibidiOne1

ULT TEST JJS SCRIPT

Feb 24th, 2025
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. --Local stuff
  2. local skillOne = game.Players.LocalPlayer.PlayerGui.Main.Moveset['Dismantle'].ItemName
  3. local skillTwo = game.Players.LocalPlayer.PlayerGui.Main.Moveset['Open'].ItemName
  4. local skillThree = game.Players.LocalPlayer.PlayerGui.Main.Moveset['Rush'].ItemName
  5. local skillFour = game.Players.LocalPlayer.PlayerGui.Main.Moveset['Malevolent Shrine'].ItemName
  6. local ultTitle = game.Players.LocalPlayer.PlayerGui.Main.Ultimate.Title
  7. local UIGradientCustom = game.Players.LocalPlayer.PlayerGui.Main.Ultimate.Bar.Fill.UIGradient
  8.  
  9. --Gradient
  10. UIGradientCustom.Color = ColorSequence.new(Color3.fromRGB(3,1, 201), Color3.fromRGB(41,17,69))
  11.  
  12. --Skill names
  13. skillOne.Text = "Shit ton of cuts"
  14. skillTwo.Text = "big ahh fire"
  15. skillThree.Text = "Final Hunt"
  16. skillFour.Text = "Malevolent Kitchen"
  17. ultTitle.Text = "0.2 Domain Expansion"
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement