Squash the creeps rotation problem (creeps face upwards for no reason)

Godot Version

v4.6.2.stable.official [71f334935]

Question

Hello!

i was following the 3d game tutorial in the docs, and when i got to spawning creeps, they all spawn in looking upwards for no apparent reason.

Screen Recording 2026-05-01 200356 (1)

i copied and pasted the code from the walkthrough to make sure it wasn’t a scripting issue, and i know the mob scene is oriented correctly, so could this be a physics problem?

apologies if this is a stupid question, i’m very new : p

Without seeing your code we can’t help much. Even if you did copy and paste it, please show relevant bits.

1 Like

Hello,

There are no stupid questions!

As you are new: It’s always good to post the code and screenshots of the scenes, in your example the code of the creep and what the scene looks like.
It makes helping you easier.

Right now I would guess that the rotation of your creep model is not correctly set or your creep code has some look_at function that changes the rotation incorrectly.