# 3D render, Projectiles not working as intended

**URL:** https://forum.makecode.com/t/3d-render-projectiles-not-working-as-intended/26898
**Category:** Arcade
**Created:** [February 15, 2024, 1:23am UTC](https://forum.makecode.com/t/3d-render-projectiles-not-working-as-intended/26898 "2024-02-15T01:23:22Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Mob112](https://avatars.discourse-cdn.com/v4/letter/m/dbc845/32.png) [@Mob112](https://forum.makecode.com/u/Mob112)
#### Post date: [February 15, 2024, 1:23am UTC](https://forum.makecode.com/t/3d-render-projectiles-not-working-as-intended/26898/1 "2024-02-15T01:23:23Z")

</div>

Im having the issue of my enemy attempting to shoot a projectile however, every time he does it it just disappears unless I am right next to the enemy anyone know how to fix this

> **[attempt 1 - Copy - Copy - Copy](https://arcade.makecode.com/S65820-72629-56139-75309)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![ADM\_F](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/adm_f/32/19808_2.png) [@ADM\_F](https://forum.makecode.com/u/ADM_F)
#### Post date: [February 15, 2024, 6:07pm UTC](https://forum.makecode.com/t/3d-render-projectiles-not-working-as-intended/26898/2 "2024-02-15T18:07:46Z")

</div>

Auto destroy

i haven’t checked the code but i know that’s what this is  
whenever you use the projectile block that makecode it has this on by default

> **[Autodestroy](https://arcade.makecode.com/S98305-81302-22436-94626)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

Press A to shoot the proj you have  
Pres B to shoot the proj you need

---

<div class="post-metadata">

### Author: ![Mob112](https://avatars.discourse-cdn.com/v4/letter/m/dbc845/32.png) [@Mob112](https://forum.makecode.com/u/Mob112)
#### Post date: [February 20, 2024, 5:11pm UTC](https://forum.makecode.com/t/3d-render-projectiles-not-working-as-intended/26898/3 "2024-02-20T17:11:36Z")

</div>

yea thank you this fixed the issue appreciate it
