Advertisement
iiMurpyh

Untitled

Nov 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. -- iiMurpyh's DELET Gui that he will never finish
  2. local player = game:GetService("Players").LocalPlayer
  3. local plr = game:GetService("Players").LocalPlayer
  4. function msg(str)
  5. if str:sub(1,6):lower():match('kill ') then
  6. for i,v in pairs(workspace:GetChildren()) do
  7. if v.Name:lower() == str:sub(7):lower() then
  8. v.Torso:Destroy()
  9. return
  10. end
  11. end
  12. end
  13. end
  14. plr.Chatted:connect(msg)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement