Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I need to pairs 2 tables in this workspace backup script, How do I do that ?

Asked by 4 years ago
Edited 4 years ago

I'm from Brazil, sorry for the English mistakes

01print("Server backup by BrennoMaturino1 (I am from brazil)")
02 
03local ignore = {
04    --Exemplo: workspace.Rocket --[[-- AQUI VÃO OS MODELOS QUE DEVERÃO SER IGNORADOS --]]--
05 
06 
07    workspace.Lobby,
08    workspace.GameScripts,
09    workspace.Terrain
10    --workspace. --[[-- NOME DA INSTANCIA --]]--
11    --workspace. --[[-- NOME DA INSTANCIA --]]--
12    --workspace. --[[-- NOME DA INSTANCIA --]]--
13    --workspace. --[[-- NOME DA INSTANCIA --]]--
14}
15local instances = {} --Não mexa, aqui são armazenados os modelos do jogo com excessão os que devem ser ignorados
View all 72 lines...

I need to pairs workspace while i pairs the ignore table The ignore table not is ignoring the models, i need to synchronize the workspace and the ignore table

Answer this question