I enter this command into my command-bar in STUDIO:
newPlaceId = game:GetService('AssetService'):CreatePlaceAsync(Test1, 299399612, Test)
I get an error:
20:06:24.600 - Argument 1 missing or nil 20:06:24.601 - Script 'newPlaceId = game:GetService('AssetService'):CreatePlaceAsync(Test1, 299399612, Test)', Line 1 20:06:24.601 - Stack End
How is this possible? I thought I have all the arguments already? Someone help or advice me please?
First argument for CreatePlaceAsync should be String. Test1 should be 'Test1'.