Hero Background

Roblox Plugin & SDK

Complete toolkit for Roblox animation generation and management

Roblox Toolkit Demo

Watch this short demo to see how the Rebellis Roblox Plugin & SDK can streamline your animation workflow. Learn how to generate, manage, and integrate animations directly into your Roblox projects.

Getting Started

Learn the basics to start using the Rebellis Roblox Plugins & SDK

The Rebellis toolkit empowers Roblox developers to create and manage animations seamlessly. It includes a Runtime SDK for in-game integration and a Plugin for Studio-based animation generation. This section guides you through the initial steps to get up and running.

  • Roblox Studio installed on your system.
  • A Rebellis account.
  • Basic knowledge of Lua scripting for Roblox.
  • Internet connection for API calls and plugin downloads.

Follow these steps to begin:

  1. Register: Create an account on the Rebellis website to obtain your credentials (username/email and password).
  2. Choose Your Path:
    • For in-game animation: Use the SDK.
    • For Studio workflow: Install the Plugin.
  3. Set Up: Follow the installation instructions in the respective SDK or Plugin sections.
  4. Test It Out: Use the sample code below to verify your setup.
-- Example: Basic Login Test (ServerScriptService)
local login = Login("your_username", "your_password")
print(login)