Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. pos.x = math.floor(pos.x+0.5)
  2. pos.y = math.floor(pos.y+0.5)
  3. pos.z = math.floor(pos.z+0.5)
  4. <insert place code here>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement