SetEntityCoords not working

I am a little confused on why this is not working.
Here’s what I put into my client.lua file:

SetEntityCoords(PlayerPedId(), 110.647, -1301.97, 29.7186, 205.968)

but it’s not doing anything.
Is there something I’m missing?

Any help is greatly appreciated :wink:

1 Like

What does the full script look like? It’s possible that you’re setting the coords before the player’s ped is loaded.

Nevermind I figured it out. It was my bad in the script.