Hey, working on a multiplayer game and I have a function where if the button is clicked an attack changes... works great for the host.. for somereason not so much for peers. It does seem to work if I change it to the touch objects "on touched" but then I can't easily disable it (without destroying it). Do I have to give the mulitplayers control of the buttons? if so how do I do it.