Need help with a Fnaf game

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.

6 Likes

If you share your code, we can help!

6 Likes

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. :partying_face:

6 Likes

Can We See What you Have Currently???

5 Likes

I agree

5 Likes

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

3 Likes

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

3 Likes
4 Likes

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

3 Likes

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.

1 Like

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

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