game.Players.PlayerAdded:Connect(function(plr) plr.Chatted:Connect(function(msg) if msg == '/kick' then print("kick") end end) end)
Where it says if msg == 'kick', I want to see if i can find a player name by saying "(prefix)kick NAME". Any solutions?