for some reason my player moves forward when trying to rotate? I don't see any differences in the code hmmm
@JusBcus3 ай бұрын
fixed it lol
@TheKnewGreg Жыл бұрын
No matter what I do, the player:movePlayer does not work. The engine keeps calling player a "nil value". It appears in the code identically to how it does in the video, so I have no clue what I could change to make it work
@Stevesteacher Жыл бұрын
Go check out my Discord, then you share your code and we can help you out Also, make sure that player has been defined/passed into your code somewhere, since if player is a nil value, it usually means the variable that should be holding player is not defined and is currently not holding any value