Search found 1 match
- Thu Mar 02, 2023 1:38 am
- Forum: Support and Development
- Topic: Attempt to index a nil value (that shouldn't be nil)
- Replies: 1
- Views: 2625
Attempt to index a nil value (that shouldn't be nil)
I'm making a game somewhat similar to Cell Machine by Sam Hogan. I was making a move cell that moved in the direction it was facing, and made a script (below) that removes itself from the map, and sets the id of the tile in it's way to a move cell (which is 2). To do this, I just got the previous ke...