Advertisement
Oh_hi

ooooffff

Nov 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. keysDown[key] = true
  2.  
  3. if key == "f" then
  4. flyToggled = not flyToggled
  5.  
  6. if not flyToggled then
  7. stanceToggle = "Normal"
  8. floatBP.Parent = nil
  9. flyBV.Parent = nil
  10. turnBG.Parent = nil
  11. root.Velocity = Vector3.new()
  12. pchar.Humanoid.PlatformStand = false
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement