TheDarBear

orient.lua

Mar 2nd, 2022 (edited)
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. args = {...}
  2. local xf = tonumber(args[1])
  3. local zf = tonumber(args[2])
  4. local x = tonumber(args[3])
  5. local y = tonumber(args[4])
  6. local z = tonumber(args[5])
  7. os.loadAPI("moveApi")
  8. moveApi.savePosition(xf,zf,x,y,z)
Advertisement
Add Comment
Please, Sign In to add comment