Whenever I’m testing my game and I change the current to the server, I get this error:
cloud_2807765239.Script:7 attempt to index nil with ‘Name’
This has been happening since I created my game. It doesn’t cause any problems (that I know of) but it completely clogs up the output when it testing. I can’t find anything about it anywhere.
If the error you get pops up when you are running in studio, it means there is a plugin that is trying to get the “Name” property but it unable due to it being nil.