Advertisement
sorrytyler

Test#2

Sep 30th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1.  
  2. if deathchat1 == true then
  3. char.Parent = workspace.Camera
  4. char.Archivable = true
  5. local c = p.Character:Clone()
  6. c:MakeJoints()
  7. for y,t in pairs(c:GetChildren()) do
  8. if t:IsA("Part") then
  9. t.CanCollide = false
  10. t.Anchored = true
  11. t.BrickColor = BrickColor.new("Black")
  12. t.Transparency = 1
  13.  
  14. t.TopSurface = "Smooth"
  15. t.BottomSurface = "Smooth"
  16. t.RightSurface = "Smooth"
  17. t.LeftSurface = "Smooth"
  18. t.FrontSurface = "Smooth"
  19. t.BackSurface = "Smooth"
  20.  
  21.  
  22. else
  23. t:Remove()
  24. end
  25. end
  26. c.Parent = workspace
  27. game.Debris:AddItem(c,.05)
  28. end
  29.  
  30. hum:SetStateEnabled("Dead",false)
  31. hum:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
  32. if hum.Health < 5 and candie == true then
  33. hum.Name = "NOMOREDAMAGE"
  34. canheal = true
  35. done = false
  36.  
  37. done = true
  38. candie = false
  39. dead = true
  40. MegaloStrikesBack.Volume = 0
  41. refused:Play()
  42.  
  43. deathchat = true
  44. end
  45. if deathchat == true then
  46. deathchat = false
  47. idle = false
  48.  
  49. hed.face.Texture = "0"
  50. if char:FindFirstChild("TalkingBillBoard")~= nil then
  51. char:FindFirstChild("TalkingBillBoard"):destroy()
  52. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement