Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Local stuff
- local skillOne = game.Players.LocalPlayer.PlayerGui.Main.Moveset['Dismantle'].ItemName
- local skillTwo = game.Players.LocalPlayer.PlayerGui.Main.Moveset['Open'].ItemName
- local skillThree = game.Players.LocalPlayer.PlayerGui.Main.Moveset['Rush'].ItemName
- local skillFour = game.Players.LocalPlayer.PlayerGui.Main.Moveset['Malevolent Shrine'].ItemName
- local ultTitle = game.Players.LocalPlayer.PlayerGui.Main.Ultimate.Title
- local UIGradientCustom = game.Players.LocalPlayer.PlayerGui.Main.Ultimate.Bar.Fill.UIGradient
- --Gradient
- UIGradientCustom.Color = ColorSequence.new(Color3.fromRGB(3,1, 201), Color3.fromRGB(41,17,69))
- --Skill names
- skillOne.Text = "Shit ton of cuts"
- skillTwo.Text = "big ahh fire"
- skillThree.Text = "Final Hunt"
- skillFour.Text = "Malevolent Kitchen"
- ultTitle.Text = "0.2 Domain Expansion"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement