The place is created using :CreatePlaceAsync() but when I run :SavePlaceAsync() it gives me 403 error.
1
while
wait(
10
)
do
2
game:GetService(
"AssetService"
):SavePlaceAsync()
3
end