Advertisement
zombieslayerwtf

Not So Bizarre Adventure Farm Stand Script

Oct 13th, 2018
5,936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. --half credit to project jojo farm stand half to me :3
  2. --[[Stands:
  3. Kenshiro
  4. Hierophant Green
  5. Killer Queen
  6. Crazy Diamond
  7. Star Platinum Part3
  8. The World
  9. Star Platinum Over Heaven
  10. Silver Chariot
  11. Heavens Door]]
  12.  
  13. STANDO = "The World"
  14.  
  15. local player = game.Players.LocalPlayer
  16. local function TryStand(name)
  17. repeat
  18.  
  19. if player.Stand.Value == STANDO then
  20. wait()
  21. else
  22. player.Character:BreakJoints()
  23. wait(6.4) --perfect timing
  24. if player.Stand.Value == STANDO then
  25. warn(player.Stand.Value)
  26. else
  27. print(player.Stand.Value)
  28. end
  29. if player.Stand.Value == STANDO then
  30. wait()
  31. end
  32. end
  33. until player.Stand.Value == STANDO
  34. end
  35. TryStand(STANDO)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement