# Need help with a Fnaf game

**URL:** https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111
**Category:** Arcade
**Created:** [September 8, 2025, 3:48pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111 "2025-09-08T15:48:05Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![Ed5idk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/ed5idk/32/27062_2.png) [@Ed5idk](https://forum.makecode.com/u/Ed5idk)
#### Post date: [September 8, 2025, 3:48pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/1 "2025-09-08T15:48:05Z")

</div>

Hello I’m trying to make a Fnaf game but it has a bunch of bugs that I don’t know how to fix can anyone help me to fix them or give me ideas to make it better thanks.

---

<div class="post-metadata">

### Author: ![WoofWoof](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/woofwoof/32/32523_2.png) [@WoofWoof](https://forum.makecode.com/u/WoofWoof)
#### Post date: [September 8, 2025, 7:01pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/2 "2025-09-08T19:01:57Z")

</div>

If you share your code, we can help!

---

<div class="post-metadata">

### Author: ![Not-a-creepy-doll](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/not-a-creepy-doll/32/28255_2.png) [@Not-a-creepy-doll](https://forum.makecode.com/u/Not-a-creepy-doll)
#### Post date: [September 9, 2025, 4:34pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/3 "2025-09-09T16:34:33Z")

</div>

Sure! Just share your project (or your problem) and I can help, I made plenty of fnaf-likes and would love to help others do the same. 🥳

---

<div class="post-metadata">

### Author: ![BlakeGoldFnFHL](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/blakegoldfnfhl/32/25091_2.png) [@BlakeGoldFnFHL](https://forum.makecode.com/u/BlakeGoldFnFHL)
#### Post date: [September 9, 2025, 4:49pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/4 "2025-09-09T16:49:33Z")

</div>

Can We See What you Have Currently???

---

<div class="post-metadata">

### Author: ![redSprite](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/redsprite/32/34262_2.png) [@redSprite](https://forum.makecode.com/u/redSprite)
#### Post date: [September 9, 2025, 4:50pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/5 "2025-09-09T16:50:58Z")

</div>

I agree

---

<div class="post-metadata">

### Author: ![Ed5idk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/ed5idk/32/27062_2.png) [@Ed5idk](https://forum.makecode.com/u/Ed5idk)
#### Post date: [September 9, 2025, 5:26pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/6 "2025-09-09T17:26:42Z")

</div>

I did. I’m still waiting for approval though.

---

<div class="post-metadata">

### Author: ![Danny\_Devention](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/danny_devention/32/30134_2.png) [@Danny\_Devention](https://forum.makecode.com/u/Danny_Devention)
#### Post date: [September 9, 2025, 5:27pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/7 "2025-09-09T17:27:16Z")

</div>

I’d be happy to help with what I can. You’ll probably need to share the to link though

---

<div class="post-metadata">

### Author: ![Ed5idk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/ed5idk/32/27062_2.png) [@Ed5idk](https://forum.makecode.com/u/Ed5idk)
#### Post date: [September 9, 2025, 11:25pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/8 "2025-09-09T23:25:26Z")

</div>

> **[five nights at school - Copy](https://arcade.makecode.com/S58969-76211-24661-71792)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![king\_bob](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/king_bob/32/35049_2.png) [@king\_bob](https://forum.makecode.com/u/king_bob)
#### Post date: [September 10, 2025, 4:20am UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/9 "2025-09-10T04:20:57Z")

</div>

its good idk why buts its kinda buggy but I like the art

---

<div class="post-metadata">

### Author: ![Not-a-creepy-doll](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/not-a-creepy-doll/32/28255_2.png) [@Not-a-creepy-doll](https://forum.makecode.com/u/Not-a-creepy-doll)
#### Post date: [September 10, 2025, 5:26pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/10 "2025-09-10T17:26:53Z")

</div>

Very nice art, although I see the first problem. You keep destroying the left and right buttons when you don’t need to. Destroying sprites that are gonna be used later in code tend to no go so well (at least for me).  
**Solution** : When the player turns left or right, make a variable (or a sprite data using the sprite-data extension) that saves what direction they’re looking at and make the button they use turn invisible and ghost through sprites.

---

<div class="post-metadata">

### Author: ![Ed5idk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/ed5idk/32/27062_2.png) [@Ed5idk](https://forum.makecode.com/u/Ed5idk)
#### Post date: [September 10, 2025, 10:09pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/11 "2025-09-10T22:09:58Z")

</div>

can you show pictures or a game if you can I’m new to this kind of stuff thanks.

---

<div class="post-metadata">

### Author: ![redSprite](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/redsprite/32/34262_2.png) [@redSprite](https://forum.makecode.com/u/redSprite)
#### Post date: [September 11, 2025, 12:13am UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/12 "2025-09-11T00:13:25Z")

</div>

Seems apparent that there is a bug which creates a sprite on every frame making it lag.

---

<div class="post-metadata">

### Author: ![Not-a-creepy-doll](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/not-a-creepy-doll/32/28255_2.png) [@Not-a-creepy-doll](https://forum.makecode.com/u/Not-a-creepy-doll)
#### Post date: [September 12, 2025, 3:11pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/13 "2025-09-12T15:11:14Z")

</div>

> **[five nights at school - CopyCopy](https://arcade.makecode.com/S30056-13378-60891-44144)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

In this version, click the ‘A’ button on the arrows to look left and right!  
it does add a 5 ms (milisecond) delay between switching, you can change it in the ‘After (500)’ block to 100 if you want to shorten it

---

<div class="post-metadata">

### Author: ![Ed5idk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/ed5idk/32/27062_2.png) [@Ed5idk](https://forum.makecode.com/u/Ed5idk)
#### Post date: [September 12, 2025, 5:21pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/15 "2025-09-12T17:21:53Z")

</div>

Wow this is great !!! Is it okay if I build my game off this because this is amazing thanks.

---

<div class="post-metadata">

### Author: ![Not-a-creepy-doll](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/not-a-creepy-doll/32/28255_2.png) [@Not-a-creepy-doll](https://forum.makecode.com/u/Not-a-creepy-doll)
#### Post date: [September 12, 2025, 6:07pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/16 "2025-09-12T18:07:58Z")

</div>

Yep! And if you need anymore tips, me and everyone else here are happy to help. Also Welcome to the fourms! 🥳

---

<div class="post-metadata">

### Author: ![Ed5idk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/ed5idk/32/27062_2.png) [@Ed5idk](https://forum.makecode.com/u/Ed5idk)
#### Post date: [September 12, 2025, 6:44pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/17 "2025-09-12T18:44:31Z")

</div>

thank you

---

<div class="post-metadata">

### Author: ![Kepwing](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/kepwing/32/25022_2.png) [@Kepwing](https://forum.makecode.com/u/Kepwing)
#### Post date: [September 16, 2025, 10:39pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/18 "2025-09-16T22:39:43Z")

</div>

Love the art can’t wait to play the game 😃

---

<div class="post-metadata">

### Author: ![Ed5idk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/ed5idk/32/27062_2.png) [@Ed5idk](https://forum.makecode.com/u/Ed5idk)
#### Post date: [September 16, 2025, 10:59pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/19 "2025-09-16T22:59:13Z")

</div>

question can you add voice lines into your game just wondering.

---

<div class="post-metadata">

### Author: ![Ed5idk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/ed5idk/32/27062_2.png) [@Ed5idk](https://forum.makecode.com/u/Ed5idk)
#### Post date: [September 16, 2025, 11:22pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/20 "2025-09-16T23:22:21Z")

</div>

here’s how the game is doing I have been really updated it that much [https://arcade.makecode.com/S36329-14707-94990-04801](https://arcade.makecode.com/S36329-14707-94990-04801)

---

<div class="post-metadata">

### Author: ![Not-a-creepy-doll](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/not-a-creepy-doll/32/28255_2.png) [@Not-a-creepy-doll](https://forum.makecode.com/u/Not-a-creepy-doll)
#### Post date: [September 17, 2025, 3:29pm UTC](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111/21 "2025-09-17T15:29:28Z")

</div>

good job on adding on to the existing code. Small problem, you put Down on the top when it should be up (since that’s what you set the direction to in the code.) meaning you can’t go back down after looking up.  
Also you can’t add real like voice acted lines but you could do game over text or maybe subtitles with the many text sprite extensions

[Next page](https://forum.makecode.com/t/need-help-with-a-fnaf-game/39111.md?page=2)
