Forest Logo
search
package_2

rubine-roblox

By @mark-marks

Roblox

Mirrored

rubine-roblox

CI License: MIT Wally Typescript Version

A rubine extension for Roblox.

Usage

rubine-roblox should ideally be used alongside rubine itself. It's built as something that provides out of the box support for jabby and slightly easier setup, not as a framework.

-- server/main.server.luau
local rubinerbx = require("@pkg/rubine_roblox")

-- Sets up basic RunService events, see the function docs for more
rubinerbx.setup_default_phases()

rubinerbx.load_children(script.systems)
-- server/main.server.luau/systems
local scheduler = require("@pkg/rubine/scheduler")

return scheduler.on("heartbeat", function(dt: number)
    print(`Heartbeat, dt: {dt}`)
end)

Installation

Wally

  1. Add it to your wally manifest
[dependencies]
rubine_roblox = "mark-marks/rubine-roblox@LATEST" # Replace LATEST with the latest version
  1. wally install

NPM (roblox-ts)

  1. npm add @rbxts/rubine-roblox
  2. npm install

Package Details

Install command (Click to copy)


Version

0.2.1

License

MIT

check_circle

Safe for commercial use

Automated license review — not legal advice.