FallenGod Posted October 4, 2023 Share Posted October 4, 2023 Hi , how to give X Y Pos And Get On Ground Z Pos ? Link to comment
Tekken Posted October 6, 2023 Share Posted October 6, 2023 Hi, try this client-side addCommandHandler("pos", function(player) local x,y,z = getElementPosition(player); local gz = getGroundPosition(x,y,z); outputChatBox(x..", "..y..", "..gz); end); Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now