[PunRPC] is giving me the error, it says it’s expecting a semicolon at the end which makes no sense.
function Update
{
//A bunch of stuff, mainly I just want to show that [PunRPC] is NOT inside the Update function
}
[PunRPC]
function ChangeTeamLeft()
{
teamInt -= 1;
}