my code is very messy so its not clear but bassicly i am trying to make a random block generator currently in the x and y axis as i havent programmed it in the z axis as well yet but whenever you press space your supposed to make a new object appear but that only works for the host and the host is the only one that can see or edit the blocks and when the clients join they can see nothing. any help on this?
6733576–775333–MovingScript3.cs (3.35 KB)
in the very bottom you can see how i tried to instantiate stuff
Where are you calling UpdateClientsPos on the server? You are calling it in Update, but it looks like you are only allowing Update to run on the client. Add debug.log statements to verify UpdateClientsPos is running on the server, and if not then there is your issue I believe.
nevermind, it worked now. all you have to do is write ClientScene.RegisterPrefab(prefab here); idk where speccifically i did it in the void