#Basic blood system not working

1 messages · Page 1 of 1 (latest)

small fractal
#

basically im starting by teleporting a cube to the floor under the player

can someone tell me why its not working?

tough aurora
small fractal
bold cliff
#

Use surface position instead

small fractal
bold cliff
#

Oh and don’t use local player position as direction

bold cliff
#

That way you can get the surface of any object

#

Even the void

small fractal
small fractal
tough aurora
#

Vector3 create (Y = -1)

small fractal
#

ok thanks

#

still doesnt work, what do u guys think?

tough aurora
#

If you have no valid ground for it to be set to for reference of position, it won’t work

small fractal
#

it was made with makerpen

tough aurora
#

Check your maker pen error logs inside the logging channel on your maker pen menu

bold cliff
#

Take a photo instead

#

Again

small fractal
#

oh

small fractal
valid sleet
#

The direction just needs to be 0,-1,0 @small fractal

#

And the hit position is where you'd set the position of the blood to. Surface normal gets the "angle" of wherever it hit, as in, a vector that would be pointing directly out from that surface.