Advertisement
TechManDylan

mario

Apr 19th, 2021 (edited)
804
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. local kinetic = peripheral.wrap("back")
  2.  
  3. -- Continuously fire the player into the sky
  4. while true do
  5.     kinetic.launch(0, -90, 4)
  6.     sleep(0.5)
  7. end
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement