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:service'Players'.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- plr = game:service'Players'.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "q" then
- noclip = not noclip
- game:service'Players'.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
Add Comment
Please, Sign In to add comment