HAIMA

Noclip MM2

Jan 26th, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. nam = game.Players.LocalPlayer.Name
  2.  
  3. game:GetService('RunService').Stepped:connect(function()
  4. for a, b in pairs(game.Workspace:GetChildren()) do
  5. if b.Name == nam then
  6. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  7. if v:IsA("BasePart") then
  8. v.CanCollide = false
  9.  
  10. end
  11. end
  12. end
  13. end
  14. end)
  15.  
  16. Workspace[nam].Head.Changed:connect(function()
  17. for a, b in pairs(game.Workspace:GetChildren()) do
  18. if b.Name == nam then
  19. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  20. if v:IsA("BasePart") then
  21. v.CanCollide = false
  22.  
  23. end
  24. end
  25. end
  26. end
  27. end)
Add Comment
Please, Sign In to add comment