Advertisement
zombieslayerwtf

noclip :D

May 15th, 2018
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. --HOLD T to noclip
  2. --have fun nocliping like a ghost in games XD
  3.  
  4. game:getService("RunService"):BindToRenderStep("",0,function()
  5. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  6. if game:getService("UserInputService"):IsKeyDown(Enum.KeyCode.T) then
  7. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement