How do I fire particles at a target from a ship? An example script would be very helpful. I have no idea how to do this. I don’t think its a raycast but I could be wrong. I need to figure out how to do a sustained beam like a laser or something. I’m trying to make a mining beam.
That doesn’t help at all.
we need a lot more information on what you are trying to achieve here, saying “How do I fire particles at a target from a ship?” dose not give us a clue on what you want to make or achieve. at least show us a picture on what you want to achieve.
Now if i can understand your question well, a ray cast would be more reasonable in that particular situation here. you can fire a ray cast at the target, broadcast a message such as “apply damage” (and the ship needs to have a script that has a function named whatever you are broadcasting from that ray cast) and than instantiate the so called “mining beam” particle effect. if this is not what you want to do than i don’t know What you want to achieve, this question needs some work and a lot more information so we developers can instantly understand what you want to achieve here.
You know the Mining system that Eve Online has? I want something like that.