API

Flux SDK API

Install modules with the Roblox Studio plugin. FluxServer (server, key, HTTP) and FluxClient (LocalScripts, RemoteEvent only). Shared types in FluxShared.

Reference

  • Init: Server API key and starting the worker.
  • FluxConfig: Server and client SDK settings module.
  • Ping: Health check from the server module.
  • Logging: Info, Warn, Error signatures and parameters.
  • Player: Player-scoped logs and level helpers.
  • Types: Shared Luau export types.

Setup