Advertisement
Aioi

sefgrgrd

Nov 13th, 2019
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local h,char,play
  2. play = game.Players.LocalPlayer
  3. local uis = game:getService("UserInputService")
  4. game:getService("RunService"):BindToRenderStep("",0,function()
  5. char = play.Character
  6. if char then h = char:findFirstChildOfClass("Humanoid") end
  7. if not h then return end
  8. if uis:IsKeyDown(Enum.KeyCode.V) then
  9. h:ChangeState(11)
  10. end
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement