Godot Version
4.2.1
Question
Hello there,
So, I fallowed a tutorial on how to make a point and click movement tutorial but I’m hoping to make the turning slower instead of instant, any tips on how i would go about doing that?
any help would be appreciated
1 Like
KingGD
February 1, 2025, 6:19am
2
Here is a good tutorial on it
hey, so i did that but i’m getting this error message
any tips on fixing it, i tried looking it up but i didn’t find anything
(same thing if i use global position like the tutorial said
1 Like
KingGD
February 2, 2025, 6:46pm
4
In that line, just replace target_position.position
with target_position
1 Like
it semes to have worked for that but now i’m getting a different error
i’m not entirely sure what a null instance is
KingGD
February 2, 2025, 6:55pm
7
Replace $Head_v2
with self
1 Like
Gass
February 2, 2025, 6:56pm
8
Right! … I didn’t realize he was in the script attached to the node he was trying to mutate.
1 Like
it looks like self can’t rotate?
edit: my fault i misplaced a bracket