local args = {
    [1] = {
        ["Category"] = "[Knife]",
        ["ItemName"] = "Magma"
    }
}

game:GetService("ReplicatedStorage").RemoteEvents.UpdateEquipped:FireServer(unpack(args))

wait(.2)

local args = {
    [1] = {
        ["Category"] = "[Revolver]",
        ["ItemName"] = "8-BIT"
    }
}

game:GetService("ReplicatedStorage").RemoteEvents.UpdateEquipped:FireServer(unpack(args))

wait(.2)

local args = {
    [1] = {
        ["Category"] = "[Double-Barrel SG]",
        ["ItemName"] = "8-BIT"
    }
}

game:GetService("ReplicatedStorage").RemoteEvents.UpdateEquipped:FireServer(unpack(args))

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: