Advertisement
FBI_lance

COPY

Aug 18th, 2021
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. --[[
  2. Made by PresidentIvan!
  3. --]]
  4.  
  5. local player = game.Players.LocalPlayer
  6. local mouse = player:GetMouse()
  7. local runservice = game:GetService("RunService")
  8. local noclip = false
  9.  
  10. mouse.KeyDown:Connect(function(key)
  11. if key == "l" then
  12. noclip = true
  13. player.Character.Humanoid:ChangeState(11)
  14. end
  15. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement