Florawork Banner
License: GPL v3
Maintained by FloraTech Studios
Roblox Luau

A robust, dynamic, and modular framework.

Built to streamline Roblox game development. Provides out-of-the-box solutions for the most common and complex systems, allowing you to focus on gameplay rather than boilerplate code.


Core Features

Everything you need to build scalable, robust experiences on Roblox. From data management to analytics, we've got you covered.

Dynamic Architecture

A highly modular structure that allows you to load within a certain plan, keeping your game organized.

Advanced DataStore

Safe, robust data saving mechanisms to prevent data loss or duplication across servers.

SafeTeleportService

A fail-safe TeleportService wrapper that handles errors and retries seamlessly.

Chat-Command Sub-Framework

Easily create, manage, and scale in-game admin or player commands with custom permission levels.

Custom Event Handler

A clean, framework-styled custom event system to manage client-server communication without the mess.

EasyAnalytics

A powerful wrapper for native AnalyticsService, making custom event tracking and monetization effortless.

MarketplaceHandler

Seamlessly manages purchases by binding product functions, processing receipts, and granting rewards.

ReceiptService

Ensures transaction integrity with a dedicated DataStore and in-memory cache to log and track purchases.

Clean Architecture

A Familiar,
Modular Structure.

Florawork is designed to fit perfectly into your Roblox Studio workflow. We separate the client and server logic seamlessly while maintaining a shared core for utilities and cross-boundary events.

No more messy nested scripts. Everything has its own designated place, making it incredibly easy to scale your project or onboard new developers to your team.

Explorer
ServerScriptService
Bootstrapper.legacy.luau
Config
CommandConfig.luau
DataConfig.luau
LeaderboardConfig.luau
MessagingConfig.luau
Services
DataService.luau
EasyAnalytics.luau
EasyLeaderboard.luau
NetworkService.luau
ReceiptService.luau
SafeTeleportService.luau
ServerCooldownService.luau
Systems
CommandHandler.luau
MarketplaceHandler.luau
MutualChatHandler.luau
PlayerHandler.luau
ServerEvents.luau
StarterPlayerScripts
Bootstrapper.local.luau
ReplicatedStorage
Client
Services
MutualChats.luau
Systems
ClientEvents.luau
Shared
Config
Attributes.luau
GeneralConfig.luau
Maid
Maid.luau
Net
Net.luau
Remotes
Events
Any Remote Events
Functions
Any Remote Functions
Util
TimeUtils.luau