Advertisement
JEXBLUK

Test

Oct 8th, 2023 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.48 KB | None | 0 0
  1. if noclip == False
  2.  
  3. game:GetService('RunService').Stepped:connect(function()
  4. print:("Noclip: False")
  5.  
  6. else
  7.  
  8. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  9.  
  10.     mouse = game.Players.LocalPlayer:GetMouse()
  11.  
  12. tool = Instance.new("Tool")
  13.  
  14. tool.RequiresHandle = false
  15.  
  16. tool.Name = "Noclip"
  17.  
  18. tool.Activated:connect(function()
  19.  
  20. if tool == Activated then
  21.  
  22. Noclip = True
  23. Clicked = True
  24.  
  25. if tool == Activated and Clicked == True then
  26.  
  27. Noclip = False
  28. Clicked = False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement