lollolooloo

Hold v = noclib roblox gui

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