Hi people !
Okay, here's my problem. I got this code :
Code
-- it seems that admin:setPlayerPosition(targetPos.x +1.0, targetPos.y +1.0, targetPos.z + 1.0) doesn't work ...
Obviously, I call tp this way : tp(event.player, target) // target is obviously a playerObject
And the problem is in the code as commentary. I dont know why but the setPlayerPosition effectively change my position (at least when I try to print it) but my character didn't move ...
Any idea?