Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Made by PresidentIvan!
- --]]
- local player = game.Players.LocalPlayer
- local mouse = player:GetMouse()
- local runservice = game:GetService("RunService")
- local noclip = false
- mouse.KeyDown:Connect(function(key)
- if key == "l" then
- noclip = true
- player.Character.Humanoid:ChangeState(11)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement