Copy salient and essential scripts and models from Plane Building Roblox

This commit is contained in:
2026-06-10 02:53:40 +01:00
commit 891781366d
76 changed files with 10904 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
local module = {}
local partStateModule = require(_G.Modules.PartStateModule)
function module.new(this,cable,context)
end
function module.run(this,cable,context)
if context.frequency(this,"cable_material",1) then cable.Material = Enum.Material.Fabric end
return true
end
module.update = module.new
module.manifest = {
"DataCable"
}
return module