@val-rbxts/blood
v0.1.1
Published
Surface-aware blood splatters for roblox-ts.
Maintainers
Readme
@val-rbxts/blood
Surface-aware blood drops and splatters for roblox-ts. Drops raycast along their flight path, ignore invisible collision geometry, and attach puddles to the visible surface they hit.
Install
npm install @val-rbxts/bloodUse
import { BloodEffect } from "@val-rbxts/blood";
const Blood = new BloodEffect();
Blood.CreateBurst(new Vector3(0, 5, 0));This effect uses RenderStepped, so create and play it on the client.
Development
npm run build
npm run pack:checkLicensed under the MIT License.
