Multi-place creator system

I’ll look into this issue when I can, thanks again for your help!

could you show me the current script

It’s essentially the same as you provided except the template ID as well as this line:
Old: table.insert(placesTable, string.format("%s_%d", name, id)
New: table.insert(placesTable, string.format("%s_%d", name, id))

placesTable = ds:GetAsync("Places")

becomes

placesTable = ds:GetAsync("Places") or {}

Thanks for this! I have applied this edit and the new error follows, this time from the local script:



Adding the same fix to this line results in the same error.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.