Advertisement
Guest User

c

a guest
Apr 26th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. local rm  = require("room")
  2. local com = require("component")
  3.  
  4.  
  5. local box = com.chat_box
  6. box.setDistance(16)
  7. box.setName("§o§6 AE §r§o")
  8. local x,y,z
  9. while true do
  10.     x,y,z = rm.getPos("Sika")
  11.    box.say("X: "..tostring(math.ceil(x*100)/100).." Y: "..tostring(math.ceil(y*100)/100).." Z: "..tostring(math.ceil(z*100)/100))
  12.    os.sleep(0.5)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement