Add test model, shore up 'build' command more

This commit is contained in:
Lucien Greathouse
2018-11-27 14:40:19 -08:00
parent c61d6a5804
commit 1e0a7dea73
6 changed files with 38 additions and 18 deletions

View File

@@ -0,0 +1,3 @@
local other = require(script.Parent.other)
print(other)

View File

@@ -0,0 +1 @@
return "Hello, world!"