SubScripts

Untitled

Apr 15th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. - lava
  2. Part6040 = Instance.new('Part')
  3. Part6040.Anchored = true
  4. Part6040.CFrame = CFrame.new(164.417389, 16.9350052, -105.880013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5. Part6040.Size = Vector3.new(143.100006, 0.0500000007, 62.2400017)
  6. Part6040.BrickColor = BrickColor.new('Really red')
  7. Part6040.Parent = model
  8. Part6040.Name = 'Part'
  9.  
  10. Part6040.Touched:Connect(function(hit)
  11. if hit.Parent.Humanoid then
  12. hit.Parent.Humanoid.Health = 0
  13. else
  14. end
  15. end
  16.  
  17.  
  18.  
  19.  
  20.  
  21. - end
  22. Part2243 = Instance.new('Part')
  23. Part2243.Anchored = true
  24. Part2243.Material = Enum.Material.DiamondPlate
  25. Part2243.CFrame = CFrame.new(204.496979, 23.160265, -158.284973, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  26. Part2243.Size = Vector3.new(7.12000036, 4.9900012, 6.87000036)
  27. Part2243.BrickColor = BrickColor.new('Lime green')
  28. Part2243.Parent = model
  29. Part2243.Name = 'Part'
  30.  
  31. Part2243.Touched:Connect(function()
  32. model:Destroy()
  33. end)
Add Comment
Please, Sign In to add comment