#Is it possible to have multiple parts share one variable
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
Is it possible for different parts to share one variable such as a boolean so i'm able to do something to all of them instead of just putting game.workspace.part1, game.workspace.part2, etc.
Maybe use tables , for i,v in Pairs (table)
** You are now Level 8! **
alright ill try that ty