Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --HOLD T to noclip
- --have fun nocliping like a ghost in games XD
- game:getService("RunService"):BindToRenderStep("",0,function()
- if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
- if game:getService("UserInputService"):IsKeyDown(Enum.KeyCode.T) then
- game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement