Corbinhol

tesy

Nov 15th, 2022
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. --test
  2. local playerDetector = peripheral.wrap("top");
  3. local cords1 = {};
  4. local cords2 = {};
  5.  
  6. cords1.x = -1057; cords1.y = 37; cords1.z = 1201;
  7. cords2.x = -1060; cords2.y = 38; cords2.z = 1198;
  8.  
  9. while true do
  10. if playerDetector.isPlayersInCoords(cords1, cords2) then
  11. print("TRUE");
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment