Hello, I want to try and create a Fire Hose Water Script to it extinguishes the fire it is being sprayed at?
Any ideas ideally not a FM if possible
Hello, I want to try and create a Fire Hose Water Script to it extinguishes the fire it is being sprayed at?
Any ideas ideally not a FM if possible
You could create a water texture that moves based on the location of 2 individual attachments next you would make a tool that would raycast your mouse position and lock the attachment on the part that you click on. In order to make it so the player can’t spray stuff from a mile away you can check the magnitude and compare to your chosen maximum distance (In studs).
I understood some of it but I don’t script that advanced so I would need some support with it