public override void OnPlayerChangedRole(PlayerChangedRoleEventArgs ev) { LightSourceToy.Create(Vector3.zero, player.GameObject.transform); }
What happens now:
Toy's position gets probably set to Vector.zero globaly (Player can't see the light)
What should happen:
Toy's position is relative to it's parent (Light follows Player and player can see it)