Advertisement
IGhostxGamerI

Noclip Script [R6 Only]

May 4th, 2018
5,536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge
  2. game.Players.LocalPlayer.Character.Humanoid.Health = math.huge
  3. while true do
  4. game:GetService("RunService").Stepped:wait()
  5. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement