#IndexOutOfBoundsArray - Lilliana
1 messages · Page 1 of 1 (latest)
Made a thread to keep it separate
You're using an array, which seems to be the issue
I'm not sure if you can alter arrays at runtime
i had a feeling it might be an issue so i tried it with a list too but that got a similar error
let me try and redo the error
With a list, you need to do listVariable.Add(thing_to_go_in_list)
oh right that might work, i was trying to assign it like an array, one second
yeah i think that worked, thanks, i dont have time to test it fully but it seems to have done the trick
Glad I could help ^^