Hi All,
I have a question about updating arrays.
I have my array "Array_Cemetery" where I want to add the following data to the first raw every time I click a button:
- Player Name
- Days
- Hours
- Minutes
- PlayerAnimation
- 1 or 0 value
I don't want to overwrite raws that are already inside my array.
I'm doing the following (with trigger once) but it is not working.
Have tried also the Push function but it continuesly add items to the array.
Someone could help please?