If player is in x team then
table.insert(aTable, characterPlayerPath) -- CharacterPlayerPath mean game.Players.PlayerName.Character, not a string.
for i = 1, #aTable do
a = Instance.new("ForceField", i)
end
Something like that may work, I don't know...
PS : Sorry for my bad grammar, I'm not english. |