Do a bit of tinkering with instance names relative to files and partitions

This commit is contained in:
Lucien Greathouse
2018-07-03 16:01:34 -07:00
parent bfe8dcd224
commit ae8098b80a
5 changed files with 186 additions and 18 deletions

View File

@@ -0,0 +1 @@
-- foo.lua

View File

@@ -4,7 +4,7 @@
"partitions": {
"lib": {
"path": "foo.lua",
"target": "ReplicatedStorage.foo"
"target": "ReplicatedStorage.bar"
}
}
}