Hello, I’m working on a simple block game just for fun and I came across a issue that I’m confused on why its happening.
This is the script where I’m having the issue on:
Basically I have a folder of a bunch of different blocks, and I’m making it where for each block it makes a clone of the block tool and copys the data from that block to the tool, then it will place the tool in the players backpack. For some odd reason though, the tool doesn’t appear in the players inventory.
I already tried printing the tool and stuff to see if the script was doing it right and it was, there was no errors and the prints were correct.
If anyone knows why this issue may be happening please let me know!