LogoCobalt

Getting Started

Getting Started with Cobalt


Cobalt

Introduction

Welcome to the official documentation for Cobalt, a runtime developer tool for the Roblox Game Engine to monitor and intercept incoming and outgoing network traffic.

Why Cobalt?

  • Beautiful and opinionated UI
  • Incoming & Outgoing remote monitoring and interception
  • Full Actor support
  • Pagination to prevent lag
  • Smart code generation
  • File logging
  • Plugin support

Usage

Run the following loadstring to start using cobalt:

-- https://discord.gg/FJcJMuze7S
loadstring(game:HttpGet("https://github.com/notpoiu/cobalt/releases/latest/download/Cobalt.luau"))()

On this page