Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- owner.Character.Humanoid.DisplayName = owner.Name.." (Noclip and Anti-Death)"
- a = [[
- nam = owner.Name
- game:GetService('RunService').Stepped:connect(function()
- for a, b in pairs(game.Workspace:GetChildren()) do
- if b.Name == nam then
- for i, v in pairs(game.Workspace[nam]:GetChildren()) do
- if v:IsA("BasePart") then
- v.CanCollide = false
- end
- end
- end
- end
- end)
- hum.HealthChanged:connect(function()
- hum.MaxHealth = math.huge
- hum.Health = math.huge
- end)
- owner.Character.Humanoid.HealthChanged:connect(function()
- owner.Character.Humanoid.MaxHealth = math.huge
- owner.Character.Humanoid.Health = math.huge
- end)
- owner.Character.Head.Changed:connect(function()
- for a, b in pairs(game.Workspace:GetChildren()) do
- if b.Name == nam then
- for i, v in pairs(game.Workspace[nam]:GetChildren()) do
- if v:IsA("BasePart") then
- v.CanCollide = false
- end
- end
- end
- end
- end)
- ]]
- NLS(a,owner.Character)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement