Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Player = game.Players.Th3RedDevil
  2. Char = Player.Character
  3. Head = Char.Head
  4. Torso = Char.Torso
  5. h = Char.Humanoid
  6. necko=CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  7. local gairo = Instance.new("BodyGyro")
  8. gairo.Parent = nil
  9. if Char:findFirstChild("Weapon",true) ~= nil then
  10. Char:findFirstChild("Weapon",true).Parent = nil
  11. end
  12. bets = {"a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"," "}
  13. --col = {"Really black,"Black"}
  14. --col = {"Really red","Really black","Black"}
  15. col = {"Really black","Really black","Really red"}
  16. Anims = {}
  17. act = {key = {}}
  18. for i=1,#bets do table.insert(act.key,bets) end
  19. act.mousedown = false
  20. act.keydown = false
  21. act.Walking = false
  22. act.Jumping = false
  23. act.Anim = ""
  24. hitted=false
  25. roflcopter=false
  26. bodypos=Instance.new("BodyPosition")
  27. holdshoot=false
  28. Prop = {}
  29. difficulty=0.05
  30. Prop.LegLength = 5
  31. Prop.LegWide = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement