Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i,players in pairs(game.Players:GetChildren()) do -- holy oof that is a thicc for loop
- players.Chatted:connect(function(msg)
- elseif msg:sub(1,6):lower() == "fkill " then
- for i,v in pairs(workspace:GetChildren()) do
- if v:FindFirstChild('Head') ~= nil and v.Name:lower():match(msg:sub(7):lower()) then
- kill(v)
- break
- end
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement