I Am Working On An Inventory Script, And Need It So I Can Fill Each Slot In The Array One At A Time, So They Dont Overwrite Eachother, And They Keep There Own Values(Its An Int Array).
Thanks In Advance!
I Am Working On An Inventory Script, And Need It So I Can Fill Each Slot In The Array One At A Time, So They Dont Overwrite Eachother, And They Keep There Own Values(Its An Int Array).
Thanks In Advance!
The answer is: a for loop. Alternatively, a while loop, but that could crash your computer if you’re not careful.