I get the following error in my game, even though nothing seems to be malfunctioning.
https://i.gyazo.com/9196d0b3030aae75a42716adeb601d3b.png
Any idea on what this means?
I believe those are just ROBLOX scripts themselves. I see those errors on every game.
Well, you are trying to bind OnServerEvent and call OnServerInvoke from a LocalScript, and that needs to be in a server-Script (as clients cannot talk to other clients directly)