#Projectile Shooting Problem

18 messages · Page 1 of 1 (latest)

red jasper
#

I made a simple script to shoot a projectile but it doesnt work, and i dont know where to start
the first image here is main script
second image is bullet script

plz help

rose fog
#

Body . Use area 2d

red jasper
#

it still does not seem to work

#

the bullet nodes look like this

rose fog
#

which type of game you msking 2d or 3d

#

You need to change the

#

Extends Kniemetic body

#

To

#

Extends area

#

In bullet script

red jasper
#

3d and i did do that

rose fog
#

You can follow this tutorial

#

It works. Notify me if it still do not work

red jasper
#

thanks, it works now