Advertisement
Marlingaming

CC Tweaked AR Goggles Script - Basic

Jan 29th, 2022
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. local AR = peripheral.find("arController")
  2.  
  3. while true do
  4. AR.clear()
  5. drawString("Online",1, 1, colors.white)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement