MegaOnYT

noclip

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