These are the errors that appear when I open Unity:
Assets/_CompletedAssets/Scripts/Helpers/RandomParticlePoint.cs(12,9): error CS0619: 'UnityEngine.Component.particleSystem' is obsolete: 'Property particleSystem has been deprecated. Use GetComponent<ParticleSystem>() instead. (UnityUpgradable)'
Assets/_CompletedAssets/Scripts/Helpers/RandomParticlePoint.cs(12,24): error CS1061: Type 'UnityEngine.Component' does not contain a definition for 'Simulate' and no extension method 'Simulate' of type 'UnityEngine.Component' could be found (are you missing a using directive or an assembly reference?)
And when I put a script:
Please fix compile errors before creating new script components.