Closed Meta-Maxim closed 3 years ago
I get an error when I try to read my (new and working) place file with local game = remodel.readPlaceFile("place.rbxlx"):
local game = remodel.readPlaceFile("place.rbxlx")
This is likely fixed on master, can you test with that?
@Kampfkarren That worked, thanks.
I get an error when I try to read my (new and working) place file with
local game = remodel.readPlaceFile("place.rbxlx")
: