jecs/demo/src/ServerScriptService/main.server.luau

5 lines
170 B
Text
Raw Normal View History

local ReplicatedStorage = game:GetService("ReplicatedStorage")
2024-09-08 17:45:49 +00:00
local start = require(ReplicatedStorage.start)
2024-08-29 13:45:49 +00:00
2024-08-29 16:56:50 +00:00
start(script.Parent:WaitForChild("systems"):GetChildren())