Advertisement
dtt3

BackFlip Script

Apr 10th, 2020
6,897
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. wait(5)
  2.  
  3. --[[ Info ]]--
  4.  
  5. local ver = "2.00"
  6. local scriptname = "feFlip"
  7.  
  8.  
  9. --[[ Keybinds ]]--
  10.  
  11. local FrontflipKey = Enum.KeyCode.Z
  12. local BackflipKey = Enum.KeyCode.X
  13. local AirjumpKey = Enum.KeyCode.C
  14.  
  15.  
  16. --[[ Dependencies ]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement