Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --half credit to project jojo farm stand half to me :3
- --[[Stands:
- Kenshiro
- Hierophant Green
- Killer Queen
- Crazy Diamond
- Star Platinum Part3
- The World
- Star Platinum Over Heaven
- Silver Chariot
- Heavens Door]]
- STANDO = "The World"
- local player = game.Players.LocalPlayer
- local function TryStand(name)
- repeat
- if player.Stand.Value == STANDO then
- wait()
- else
- player.Character:BreakJoints()
- wait(6.4) --perfect timing
- if player.Stand.Value == STANDO then
- warn(player.Stand.Value)
- else
- print(player.Stand.Value)
- end
- if player.Stand.Value == STANDO then
- wait()
- end
- end
- until player.Stand.Value == STANDO
- end
- TryStand(STANDO)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement