Improve plugin test running, reducing project duplication

This commit is contained in:
Lucien Greathouse
2019-10-01 17:44:24 -07:00
parent 581449d992
commit fe1a96f850
3 changed files with 19 additions and 40 deletions

View File

@@ -0,0 +1,8 @@
local pluginPath, placePath = ...
local plugin = remodel.readModelFile(pluginPath)[1]
local place = remodel.readPlaceFile(placePath)
plugin.Parent = place:GetService("ReplicatedStorage")
remodel.writePlaceFile(place, placePath)