HaxRoblox

SadPart

Oct 1st, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. local Mouse = Player:GetMouse()
  3. Mouse.KeyDown:connect(function(Key)
  4. Key = Key:lower()
  5. if Key == 'q' then
  6. local M = Instance.new("Model" ,game.Workspace)
  7. M.Name = 'Im a part Nobody likes me );'
  8. local H = Instance.new('Humanoid' ,game.Workspace["Im a part Nobody likes me );"])
  9. local P = Instance.new('Part' ,game.Workspace["Im a part Nobody likes me );"])
  10. P.Name = 'Head'
  11. P.CFrame = Player.Character.Head.CFrame * CFrame.new(0,0,-3)
  12. P.Size = Vector3.new(3,6,3)
  13. while true do wait(1)
  14. if H.Health <80 then
  15. M.Name = 'Please, );,Stop hurting me );'
  16. end
  17. if H.Health <50 then
  18. M.Name = 'Im A friendly part please );'
  19. end
  20. if H.Health <30 then
  21. M.Name = 'YOU /=|_|cklng STUPID STOP HURTING ME!!'
  22. end
  23. if H.Health <10 then
  24. M.Name = 'Well, let me die then D;'
  25. if H.Health <1 then
  26. M.Name = 'X-X'
  27.  
  28. wait(3)
  29. M:Destroy()
  30. end
  31. end
  32. end
  33. end
  34. end)
Advertisement
Add Comment
Please, Sign In to add comment