Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

athena-computer/wiring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Athena Wiring

A basic roblox-ts wiring system for the kel framework, based off of Barotrauma's wiring.

yarn add @athena-computer/wiring
import { Workspace } from '@rbxts/services';
import { createConnectionPanel } from '@athena-computer/wiring';

const part = Workspace.Part;
createConnectionPanel(part, [], (signal, [connection]) => {
	if (connection.name === 'set_state')
		part.Transparency = signal.value !== '0' ? 0 : 1;
});

here's an accommodating Studio Plugin!

About

wiring system for the kel framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published