Skip to content

Instantly share code, notes, and snippets.

@nezuo
nezuo / ClientReplication.luau
Last active July 18, 2025 00:09
Jecs Replication
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local ClientRemotes = require(ReplicatedStorage.Client.ClientRemotes)
local ClientScheduler = require(ReplicatedStorage.Client.ClientScheduler)
local Jecs = require(ReplicatedStorage.Packages.Jecs)
local Reader = require(ReplicatedStorage.Shared.Buffer.Reader)
local ReplicatedComponents = require(ReplicatedStorage.Shared.ReplicatedComponents)
local World = require(ReplicatedStorage.Shared.World)
local serverToClientId = {}
@nezuo
nezuo / remodel-selene.md
Last active January 9, 2023 22:50
Remodel standard library for selene

Instructions

  1. Copy the file below into one called remodel.yml
  2. In selene.toml, replace std = "roblox" with std = "roblox+remodel"
@nezuo
nezuo / testez-selene.md
Last active March 3, 2024 14:17
TestEZ standard library for selene

Instructions

  1. Copy the file below into one called testez.yml
  2. In selene.toml, replace std = "roblox" with std = "roblox+testez"