I am making a game where someone is a drawer and gets to draw on a gui on their screen and others have to guess what they are drawing and i am mostly done and i am trying to make it so that other players can see it since drawing is on client and i made it so it will draw a pixel on drawers screen at the mouse on the gui then copy its position and fire a remote event to the server and then it will fire another remote event to other players screens and tell them to draw a pixel with the position being the pixel on the drawers screen but whenever i test the pixel is set to be in the corner and the position is all zeros, can anyone help me?
could you show me the code you’re using?
oops sorry i forgot to take down this post as i already fixed it