I’m getting this error and not sure why i’m trying to instantiate a fire ball over the network so each client can see it instead of just the one who made it.
Assets/Scripts/PlayerAttack.cs(79,120): error CS0039: Cannot convert type UnityEngine.GameObject' to UnityEngine.Rigidbody’ via a built-in conversion
no idea why this isn’t working any help would be very appreciated.