Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- noclip = false
- game:GetService("RunService").Stepped:Connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- local p = game.Players.LocalPlayer
- local mo = p:GetMouse()
- mo.KeyDown:connect(function(k)
- if k == "e" then
- noclip = true
- p.Character.Humanoid:ChangeState(11)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement