Advertisement
Guest User

R15 noclip

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