Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- args = {...}
- local xf = tonumber(args[1])
- local zf = tonumber(args[2])
- local x = tonumber(args[3])
- local y = tonumber(args[4])
- local z = tonumber(args[5])
- os.loadAPI("moveApi")
- moveApi.savePosition(xf,zf,x,y,z)
Advertisement
Add Comment
Please, Sign In to add comment