I am creating a fully functional slither.io. I plan on making multiplayer too. Do you think this will work? If not, then how do i make a multiplayer? I know its possible because the chats are able to work
So im thinking i will use a setkeyvalue hooked up to a GetuserID() to store the x and y position of a player. Another set key value that is also hooked up to a GetuserID() will receive that x and y to make a npc follow other players. this way it will seem as though it is multiplayer, right?