Critical Legends Script | STYLE CHANGER

8ce22d5aaab56dad78a1a94529c65059-1.png

Created by egg salad

Features:

--// Services \--
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Players = game:GetService("Players")

--// Variables \--
local Player = Players.LocalPlayer
local StatsChange = ReplicatedStorage:WaitForChild("Remotes"):WaitForChild("StatsChange")
local Storage = ReplicatedStorage:WaitForChild("CS_Keys"):WaitForChild("CS_Storage_Key")

--// Get Styles \--
local Styles = {}
for _, A_1 in next, Storage:GetChildren() do
    table.insert(Styles, A_1.Value)
end
table.sort(Styles)

--// UI Library \--
local Library = loadstring(game:HttpGetAsync('https://raw.githubusercontent.com/Just-Egg-Salad/roblox-scripts/main/uwuware'))()
local Window = Library:CreateWindow("Style Change by [CW]")
Window:AddList({
    text = "Style",
    values = Styles,
    callback = function(A_2)
        for _, A_1 in next, Storage:GetChildren() do
            if A_1.Value == A_2 then
                StatsChange:FireServer("CombatStyle", {
                    Base = {Position = Player.Character.HumanoidRootPart.Position},
                    CombatStyle = {Value = A_1.Name}
                })
            end
        end
    end
})
Library:Init()

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service