Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.loadAPI("moveApi")
- os.loadAPI("tableApi")
- pos = moveApi.loadPosition()
- xf = pos.xfacing
- zf = pos.zfacing
- print("X Facing: "..xf)
- print("Z Facing: "..zf)
- print("Coordinate: ("..pos.x..", "..pos.y..", "..pos.z..")")
Add Comment
Please, Sign In to add comment