Bullet script help

How does one make a bullet, that will shoot from the weapon as a normal bullet, but the physics will apply to the bullet so it would keep falling down while it’s airborne. I’m bad with CFraming and roblox physics, and I can’t imagine a way to do it.

Any help would be appreciated!

2 Likes

Use lookvector to make it go the direction its poiting and then make an increment variable that orients it down after an amount of time .

1 Like

I’d look into FastCast to handle the logic for you.

1 Like