Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Players.LocalPlayer
- local Mouse = Player:GetMouse()
- Mouse.KeyDown:connect(function(Key)
- Key = Key:lower()
- if Key == 'q' then
- local M = Instance.new("Model" ,game.Workspace)
- M.Name = 'Im a part Nobody likes me );'
- local H = Instance.new('Humanoid' ,game.Workspace["Im a part Nobody likes me );"])
- local P = Instance.new('Part' ,game.Workspace["Im a part Nobody likes me );"])
- P.Name = 'Head'
- P.CFrame = Player.Character.Head.CFrame * CFrame.new(0,0,-3)
- P.Size = Vector3.new(3,6,3)
- while true do wait(1)
- if H.Health <80 then
- M.Name = 'Please, );,Stop hurting me );'
- end
- if H.Health <50 then
- M.Name = 'Im A friendly part please );'
- end
- if H.Health <30 then
- M.Name = 'YOU /=|_|cklng STUPID STOP HURTING ME!!'
- end
- if H.Health <10 then
- M.Name = 'Well, let me die then D;'
- if H.Health <1 then
- M.Name = 'X-X'
- wait(3)
- M:Destroy()
- end
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment